diff options
158 files changed, 15632 insertions, 15725 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 5b0f57d25..9e34e6a1b 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -738,55 +738,6 @@ Set_defaults () # Setting package list LB_PACKAGE_LISTS="${LB_PACKAGE_LISTS:-standard}" - # Setting tasks string - if [ -z "${LB_TASKS}" ] || [ "${LB_TASKS}" != "none" ] - then - for LIST in ${LB_PACKAGE_LISTS} - do - case "${LIST}" in - stripped|minimal) - LB_APT="apt-get" - ;; - - standard) - LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|standard||') standard" - LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||') standard" - ;; - - rescue) - LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|standard||' -e 's|rescue||') standard rescue" - LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|rescue||') standard rescue" - ;; - - gnome-desktop) - LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|gnome-desktop||') standard-x11" - LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|gnome-desktop||' -e 's|desktop||' -e 's|laptop||') standard gnome-desktop desktop laptop" - ;; - - kde-desktop) - LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|kde-desktop||') standard-x11" - - LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|kde-desktop||' -e 's|desktop||' -e 's|laptop||') standard kde-desktop desktop laptop" - ;; - - lxde-desktop) - LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|lxde-desktop||') standard-x11" - - LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|lxde-desktop||' -e 's|desktop||' -e 's|laptop||') standard lxde-desktop desktop laptop" - ;; - - xfce-desktop) - LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|xfce-desktop||') standard-x11" - - LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|xfce-desktop||' -e 's|desktop||' -e 's|laptop||') standard xfce-desktop desktop laptop" - ;; - esac - done - - LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's| ||g')" - LB_TASKS="$(echo ${LB_TASKS} | sed -e 's| ||g')" - fi - # Setting security updates option case "${LB_DISTRIBUTION}" in wheezy|sid|baureo) diff --git a/manpages/de/lb_chroot_tasks.de.1 b/manpages/de/lb_chroot_local-tasklists.de.1 index e38d97313..038cffad7 100644 --- a/manpages/de/lb_chroot_tasks.de.1 +++ b/manpages/de/lb_chroot_local-tasklists.de.1 @@ -6,21 +6,21 @@ .TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project" .SH NAME -\fBlb chroot_tasks\fP \- Complete the chroot stage +\fBlb chroot_local\-tasklists\fP \- Complete the chroot stage .SH SYNOPSIS -\fBlb chroot_tasks\fP [\fIlive\-build options\fP] +\fBlb chroot_local\-tasklists\fP [\fIlive\-build options\fP] .SH DESCRIPTION -\fBlb chroot_tasks\fP is a low\-level command (plumbing) of \fIlive\-build\fP(7), -the Debian Live tool suite. +\fBlb chroot_local\-tasklists\fP is a low\-level command (plumbing) of +\fIlive\-build\fP(7), the Debian Live tool suite. .PP .\" FIXME .SH OPTIONS -\fBlb chroot_tasks\fP has no specific options but understands all generic -live\-build options. See \fIlive\-build\fP(7) for a complete list of all generic -live\-build options. +\fBlb chroot_local\-tasklists\fP has no specific options but understands all +generic live\-build options. See \fIlive\-build\fP(7) for a complete list of all +generic live\-build options. .SH FILES .\" FIXME diff --git a/manpages/de/lb_config.de.1 b/manpages/de/lb_config.de.1 index 31ff1973b..8cb3c8764 100644 --- a/manpages/de/lb_config.de.1 +++ b/manpages/de/lb_config.de.1 @@ -226,8 +226,6 @@ .br [\fB\-\-tasksel\fP apt|aptitude|tasksel] .br - [\fB\-\-tasks\fP \fITASK\fP|"\fITASKS\fP"] -.br [\fB\-\-templates\fP \fIPATH\fP] .br [\fB\-\-virtual\-root\-size \fP\fIMB\fP] @@ -739,12 +737,6 @@ defines if syslinux should be make use of the vgamenu capabilities or not. .IP "\fB\-\-tasksel\fP apt|aptitude|tasksel" 4 selects which program is used to install tasks. By default, this is set to tasksel. -.IP "\fB\-\-tasks\fP \fITASK\fP|\(dq\fITASKS\fP\(dq" 4 -defines one or more package tasks to be installed in the live system. This -is a quick and convenient way to get a reasonable default selection of -packages suitable for most users when building an image, but it results in -quite big images. If you want to have finer grained package selections, -local package lists should be used instead. .IP "\fB\-\-templates\fP \fIPATH\fP" 4 sets the path to the templates that live\-build is going to use, e.g. for bootloaders. By default, this is set to /usr/share/live/build/templates/. diff --git a/manpages/de/live-build.de.7 b/manpages/de/live-build.de.7 index 721d4375d..4cf50aded 100644 --- a/manpages/de/live-build.de.7 +++ b/manpages/de/live-build.de.7 @@ -164,8 +164,8 @@ manage /etc/apt/sources.list mount /sys .IP \fBlb_chroot_sysv\-rc\fP(1) 4 manage /usr/sbin/policy\-rc.d -.IP \fBlb_chroot_tasks\fP(1) 4 -install tasks into chroot +.IP \fBlb_chroot_local\-tasklists\fP(1) 4 +install local task lists into chroot .SS "Binary commands" .IP \fBlb_binary_chroot\fP(1) 4 copy chroot into chroot diff --git a/manpages/en/lb_chroot_tasks.1 b/manpages/en/lb_chroot_local-tasklists.1 index 3b51de53a..760d3e6bd 100644 --- a/manpages/en/lb_chroot_tasks.1 +++ b/manpages/en/lb_chroot_local-tasklists.1 @@ -1,18 +1,18 @@ .TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project" .SH NAME -\fBlb chroot_tasks\fR \- Complete the chroot stage +\fBlb chroot_local\-tasklists\fR \- Complete the chroot stage .SH SYNOPSIS -\fBlb chroot_tasks\fR [\fIlive\-build options\fR] +\fBlb chroot_local\-tasklists\fR [\fIlive\-build options\fR] .SH DESCRIPTION -\fBlb chroot_tasks\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite. +\fBlb chroot_local\-tasklists\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite. .PP .\" FIXME .SH OPTIONS -\fBlb chroot_tasks\fR has no specific options but understands all generic live\-build options. See \fIlive\-build\fR(7) for a complete list of all generic live\-build options. +\fBlb chroot_local\-tasklists\fR has no specific options but understands all generic live\-build options. See \fIlive\-build\fR(7) for a complete list of all generic live\-build options. .SH FILES .\" FIXME diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1 index 75596cc99..9e5a8b7b9 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -221,8 +221,6 @@ .br [\fB\-\-tasksel\fR apt|aptitude|tasksel] .br - [\fB\-\-tasks\fR \fITASK\fR|"\fITASKS\fR"] -.br [\fB\-\-templates\fR \fIPATH\fR] .br [\fB\-\-virtual\-root\-size \fIMB\fR] @@ -470,8 +468,6 @@ defines the timeout the syslinux bootloader should wait for input from the user defines if syslinux should be make use of the vgamenu capabilities or not. .IP "\fB\-\-tasksel\fR apt|aptitude|tasksel" 4 selects which program is used to install tasks. By default, this is set to tasksel. -.IP "\fB\-\-tasks\fR \fITASK\fR|""\fITASKS\fR""" 4 -defines one or more package tasks to be installed in the live system. This is a quick and convenient way to get a reasonable default selection of packages suitable for most users when building an image, but it results in quite big images. If you want to have finer grained package selections, local package lists should be used instead. .IP "\fB\-\-templates\fR \fIPATH\fR" 4 sets the path to the templates that live\-build is going to use, e.g. for bootloaders. By default, this is set to /usr/share/live/build/templates/. .IP "\fB\-\-virtual\-root\-size\fR MB" 4 diff --git a/manpages/en/live-build.7 b/manpages/en/live-build.7 index ae8ff1a98..ec12c9416 100644 --- a/manpages/en/live-build.7 +++ b/manpages/en/live-build.7 @@ -141,8 +141,8 @@ manage /etc/apt/sources.list mount /sys .IP "\fBlb_chroot_sysv\-rc\fR(1)" 4 manage /usr/sbin/policy\-rc.d -.IP "\fBlb_chroot_tasks\fR(1)" 4 -install tasks into chroot +.IP "\fBlb_chroot_local\-tasklists\fR(1)" 4 +install local task lists into chroot .SS Binary commands .IP "\fBlb_binary_chroot\fR(1)" 4 copy chroot into chroot diff --git a/manpages/po/de/lb.1.po b/manpages/po/de/lb.1.po index b06058807..87451ad0c 100644 --- a/manpages/po/de/lb.1.po +++ b/manpages/po/de/lb.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -206,12 +206,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -249,12 +249,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -291,11 +291,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -334,11 +334,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -376,11 +376,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -411,11 +411,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -445,11 +445,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -479,11 +479,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -551,11 +551,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -586,11 +586,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -624,11 +624,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -659,11 +659,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 diff --git a/manpages/po/de/lb_binary.1.po b/manpages/po/de/lb_binary.1.po index 183a3a581..e7f9ba08e 100644 --- a/manpages/po/de/lb_binary.1.po +++ b/manpages/po/de/lb_binary.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -346,11 +346,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -381,11 +381,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -415,11 +415,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -449,11 +449,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -484,11 +484,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -521,11 +521,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -556,11 +556,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -594,11 +594,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -629,11 +629,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 diff --git a/manpages/po/de/lb_binary_checksums.1.po b/manpages/po/de/lb_binary_checksums.1.po index 20ddd9d45..52ffad9c1 100644 --- a/manpages/po/de/lb_binary_checksums.1.po +++ b/manpages/po/de/lb_binary_checksums.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -683,10 +683,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_binary_chroot.1.po b/manpages/po/de/lb_binary_chroot.1.po index 8466bef70..138061bd1 100644 --- a/manpages/po/de/lb_binary_chroot.1.po +++ b/manpages/po/de/lb_binary_chroot.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_binary_debian-installer.1.po b/manpages/po/de/lb_binary_debian-installer.1.po index 0c9ed9df1..c136dc691 100644 --- a/manpages/po/de/lb_binary_debian-installer.1.po +++ b/manpages/po/de/lb_binary_debian-installer.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_binary_disk.1.po b/manpages/po/de/lb_binary_disk.1.po index b23e5d49e..b81ef21de 100644 --- a/manpages/po/de/lb_binary_disk.1.po +++ b/manpages/po/de/lb_binary_disk.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_binary_grub.1.po b/manpages/po/de/lb_binary_grub.1.po index 7e1811ba9..a514211ae 100644 --- a/manpages/po/de/lb_binary_grub.1.po +++ b/manpages/po/de/lb_binary_grub.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_binary_grub2.1.po b/manpages/po/de/lb_binary_grub2.1.po index a449115e2..8f9a80542 100644 --- a/manpages/po/de/lb_binary_grub2.1.po +++ b/manpages/po/de/lb_binary_grub2.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_binary_includes.1.po b/manpages/po/de/lb_binary_includes.1.po index a667d11ac..14ef036c2 100644 --- a/manpages/po/de/lb_binary_includes.1.po +++ b/manpages/po/de/lb_binary_includes.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_binary_iso.1.po b/manpages/po/de/lb_binary_iso.1.po index e29e19704..cbd08d920 100644 --- a/manpages/po/de/lb_binary_iso.1.po +++ b/manpages/po/de/lb_binary_iso.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_binary_linux-image.1.po b/manpages/po/de/lb_binary_linux-image.1.po index 66b7ef6c9..228b5902d 100644 --- a/manpages/po/de/lb_binary_linux-image.1.po +++ b/manpages/po/de/lb_binary_linux-image.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_binary_local-hooks.1.po b/manpages/po/de/lb_binary_local-hooks.1.po index 5f7be7726..fb36236bf 100644 --- a/manpages/po/de/lb_binary_local-hooks.1.po +++ b/manpages/po/de/lb_binary_local-hooks.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_binary_local-includes.1.po b/manpages/po/de/lb_binary_local-includes.1.po index 362152be3..8f81b8f7e 100644 --- a/manpages/po/de/lb_binary_local-includes.1.po +++ b/manpages/po/de/lb_binary_local-includes.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_binary_local-packagelists.1.po b/manpages/po/de/lb_binary_local-packagelists.1.po index 95952b0ff..0480151b9 100644 --- a/manpages/po/de/lb_binary_local-packagelists.1.po +++ b/manpages/po/de/lb_binary_local-packagelists.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_binary_manifest.1.po b/manpages/po/de/lb_binary_manifest.1.po index 717750b2b..a16eb4d61 100644 --- a/manpages/po/de/lb_binary_manifest.1.po +++ b/manpages/po/de/lb_binary_manifest.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_binary_memtest.1.po b/manpages/po/de/lb_binary_memtest.1.po index eef52881e..a27a89428 100644 --- a/manpages/po/de/lb_binary_memtest.1.po +++ b/manpages/po/de/lb_binary_memtest.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_binary_net.1.po b/manpages/po/de/lb_binary_net.1.po index 4d1f980a3..a6a7c541c 100644 --- a/manpages/po/de/lb_binary_net.1.po +++ b/manpages/po/de/lb_binary_net.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_binary_rootfs.1.po b/manpages/po/de/lb_binary_rootfs.1.po index bdef29ba5..56b4dc534 100644 --- a/manpages/po/de/lb_binary_rootfs.1.po +++ b/manpages/po/de/lb_binary_rootfs.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_binary_silo.1.po b/manpages/po/de/lb_binary_silo.1.po index 19993cfcb..2c1a3872e 100644 --- a/manpages/po/de/lb_binary_silo.1.po +++ b/manpages/po/de/lb_binary_silo.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_binary_syslinux.1.po b/manpages/po/de/lb_binary_syslinux.1.po index 5acf6a787..2bb31a717 100644 --- a/manpages/po/de/lb_binary_syslinux.1.po +++ b/manpages/po/de/lb_binary_syslinux.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_binary_tar.1.po b/manpages/po/de/lb_binary_tar.1.po index a58296450..dcfc3c35b 100644 --- a/manpages/po/de/lb_binary_tar.1.po +++ b/manpages/po/de/lb_binary_tar.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_binary_usb.1.po b/manpages/po/de/lb_binary_usb.1.po index 7424f2a8d..b78cec94d 100644 --- a/manpages/po/de/lb_binary_usb.1.po +++ b/manpages/po/de/lb_binary_usb.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_binary_virtual-hdd.1.po b/manpages/po/de/lb_binary_virtual-hdd.1.po index 221308c89..fc79da272 100644 --- a/manpages/po/de/lb_binary_virtual-hdd.1.po +++ b/manpages/po/de/lb_binary_virtual-hdd.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_binary_win32-loader.1.po b/manpages/po/de/lb_binary_win32-loader.1.po index 798be3a45..6fab5e2ca 100644 --- a/manpages/po/de/lb_binary_win32-loader.1.po +++ b/manpages/po/de/lb_binary_win32-loader.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_binary_yaboot.1.po b/manpages/po/de/lb_binary_yaboot.1.po index 8762068f7..5c39fa6a6 100644 --- a/manpages/po/de/lb_binary_yaboot.1.po +++ b/manpages/po/de/lb_binary_yaboot.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_bootstrap.1.po b/manpages/po/de/lb_bootstrap.1.po index 74640a12e..503dd356b 100644 --- a/manpages/po/de/lb_bootstrap.1.po +++ b/manpages/po/de/lb_bootstrap.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -346,11 +346,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -381,11 +381,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -415,11 +415,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -449,11 +449,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -484,11 +484,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -521,11 +521,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -556,11 +556,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -594,11 +594,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -629,11 +629,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 diff --git a/manpages/po/de/lb_bootstrap_cache.1.po b/manpages/po/de/lb_bootstrap_cache.1.po index 6c6fc21ec..acd4f6129 100644 --- a/manpages/po/de/lb_bootstrap_cache.1.po +++ b/manpages/po/de/lb_bootstrap_cache.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_bootstrap_cdebootstrap.1.po b/manpages/po/de/lb_bootstrap_cdebootstrap.1.po index 583d5db25..d874e5b00 100644 --- a/manpages/po/de/lb_bootstrap_cdebootstrap.1.po +++ b/manpages/po/de/lb_bootstrap_cdebootstrap.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_bootstrap_copy.1.po b/manpages/po/de/lb_bootstrap_copy.1.po index 89b74140d..9c62d1851 100644 --- a/manpages/po/de/lb_bootstrap_copy.1.po +++ b/manpages/po/de/lb_bootstrap_copy.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_bootstrap_debootstrap.1.po b/manpages/po/de/lb_bootstrap_debootstrap.1.po index d702a0abd..7a7973660 100644 --- a/manpages/po/de/lb_bootstrap_debootstrap.1.po +++ b/manpages/po/de/lb_bootstrap_debootstrap.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_build.1.po b/manpages/po/de/lb_build.1.po index 05fca7847..75320dc86 100644 --- a/manpages/po/de/lb_build.1.po +++ b/manpages/po/de/lb_build.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 diff --git a/manpages/po/de/lb_chroot.1.po b/manpages/po/de/lb_chroot.1.po index af1293fdd..955da7091 100644 --- a/manpages/po/de/lb_chroot.1.po +++ b/manpages/po/de/lb_chroot.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -346,11 +346,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -381,11 +381,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -415,11 +415,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -449,11 +449,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -484,11 +484,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -521,11 +521,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -556,11 +556,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -594,11 +594,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -629,11 +629,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 diff --git a/manpages/po/de/lb_chroot_apt.1.po b/manpages/po/de/lb_chroot_apt.1.po index 7f1d07494..62fff00e8 100644 --- a/manpages/po/de/lb_chroot_apt.1.po +++ b/manpages/po/de/lb_chroot_apt.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_chroot_cache.1.po b/manpages/po/de/lb_chroot_cache.1.po index ae790f343..4aa2870d6 100644 --- a/manpages/po/de/lb_chroot_cache.1.po +++ b/manpages/po/de/lb_chroot_cache.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_chroot_debianchroot.1.po b/manpages/po/de/lb_chroot_debianchroot.1.po index ada398834..f2ed18640 100644 --- a/manpages/po/de/lb_chroot_debianchroot.1.po +++ b/manpages/po/de/lb_chroot_debianchroot.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_chroot_devpts.1.po b/manpages/po/de/lb_chroot_devpts.1.po index 83c7a194e..c187e895f 100644 --- a/manpages/po/de/lb_chroot_devpts.1.po +++ b/manpages/po/de/lb_chroot_devpts.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_chroot_dpkg.1.po b/manpages/po/de/lb_chroot_dpkg.1.po index 018fa9206..f8d64c108 100644 --- a/manpages/po/de/lb_chroot_dpkg.1.po +++ b/manpages/po/de/lb_chroot_dpkg.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_chroot_hacks.1.po b/manpages/po/de/lb_chroot_hacks.1.po index ef588d0bf..4e6310eb6 100644 --- a/manpages/po/de/lb_chroot_hacks.1.po +++ b/manpages/po/de/lb_chroot_hacks.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_chroot_hostname.1.po b/manpages/po/de/lb_chroot_hostname.1.po index 01a4edca9..3e05c7ce8 100644 --- a/manpages/po/de/lb_chroot_hostname.1.po +++ b/manpages/po/de/lb_chroot_hostname.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_chroot_hosts.1.po b/manpages/po/de/lb_chroot_hosts.1.po index 0fd751eaf..3e678cf87 100644 --- a/manpages/po/de/lb_chroot_hosts.1.po +++ b/manpages/po/de/lb_chroot_hosts.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_chroot_install-packages.1.po b/manpages/po/de/lb_chroot_install-packages.1.po index f762d85a1..e1a291a3f 100644 --- a/manpages/po/de/lb_chroot_install-packages.1.po +++ b/manpages/po/de/lb_chroot_install-packages.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_chroot_interactive.1.po b/manpages/po/de/lb_chroot_interactive.1.po index 12a1356ca..bf0993fec 100644 --- a/manpages/po/de/lb_chroot_interactive.1.po +++ b/manpages/po/de/lb_chroot_interactive.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_chroot_linux-image.1.po b/manpages/po/de/lb_chroot_linux-image.1.po index 7d4e8c1b7..283ed3165 100644 --- a/manpages/po/de/lb_chroot_linux-image.1.po +++ b/manpages/po/de/lb_chroot_linux-image.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_chroot_local-hooks.1.po b/manpages/po/de/lb_chroot_local-hooks.1.po index 9fa4b4bcd..fa8ccbc4a 100644 --- a/manpages/po/de/lb_chroot_local-hooks.1.po +++ b/manpages/po/de/lb_chroot_local-hooks.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_chroot_local-includes.1.po b/manpages/po/de/lb_chroot_local-includes.1.po index db63c7875..f52e1bae0 100644 --- a/manpages/po/de/lb_chroot_local-includes.1.po +++ b/manpages/po/de/lb_chroot_local-includes.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_chroot_local-packagelists.1.po b/manpages/po/de/lb_chroot_local-packagelists.1.po index 79eda4600..1b55aea34 100644 --- a/manpages/po/de/lb_chroot_local-packagelists.1.po +++ b/manpages/po/de/lb_chroot_local-packagelists.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_chroot_local-packages.1.po b/manpages/po/de/lb_chroot_local-packages.1.po index 8cb223f97..63f8b4a95 100644 --- a/manpages/po/de/lb_chroot_local-packages.1.po +++ b/manpages/po/de/lb_chroot_local-packages.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_chroot_local-patches.1.po b/manpages/po/de/lb_chroot_local-patches.1.po index 3a34acd33..4fcd0d1ef 100644 --- a/manpages/po/de/lb_chroot_local-patches.1.po +++ b/manpages/po/de/lb_chroot_local-patches.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_chroot_local-preseed.1.po b/manpages/po/de/lb_chroot_local-preseed.1.po index a26ebc8f1..9748bb9a6 100644 --- a/manpages/po/de/lb_chroot_local-preseed.1.po +++ b/manpages/po/de/lb_chroot_local-preseed.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_chroot_tasks.1.po b/manpages/po/de/lb_chroot_local-tasklists.1.po index 5b4627e77..adb7084a5 100644 --- a/manpages/po/de/lb_chroot_tasks.1.po +++ b/manpages/po/de/lb_chroot_local-tasklists.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 @@ -671,26 +671,26 @@ msgid "B<n/a>" msgstr "" #. type: Plain text -#: en/lb_chroot_tasks.1:5 -msgid "B<lb chroot_tasks> - Complete the chroot stage" +#: en/lb_chroot_local-tasklists.1:5 +msgid "B<lb chroot_local-tasklists> - Complete the chroot stage" msgstr "" #. type: Plain text -#: en/lb_chroot_tasks.1:8 -msgid "B<lb chroot_tasks> [I<live-build options>]" +#: en/lb_chroot_local-tasklists.1:8 +msgid "B<lb chroot_local-tasklists> [I<live-build options>]" msgstr "" #. type: Plain text -#: en/lb_chroot_tasks.1:11 +#: en/lb_chroot_local-tasklists.1:11 msgid "" -"B<lb chroot_tasks> is a low-level command (plumbing) of I<live-build>(7), " -"the Debian Live tool suite." +"B<lb chroot_local-tasklists> is a low-level command (plumbing) of I<live-" +"build>(7), the Debian Live tool suite." msgstr "" #. type: Plain text -#: en/lb_chroot_tasks.1:16 +#: en/lb_chroot_local-tasklists.1:16 msgid "" -"B<lb chroot_tasks> has no specific options but understands all generic live-" -"build options. See I<live-build>(7) for a complete list of all generic live-" -"build options." +"B<lb chroot_local-tasklists> has no specific options but understands all " +"generic live-build options. See I<live-build>(7) for a complete list of all " +"generic live-build options." msgstr "" diff --git a/manpages/po/de/lb_chroot_packagelists.1.po b/manpages/po/de/lb_chroot_packagelists.1.po index 95651e831..563d4b848 100644 --- a/manpages/po/de/lb_chroot_packagelists.1.po +++ b/manpages/po/de/lb_chroot_packagelists.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_chroot_preseed.1.po b/manpages/po/de/lb_chroot_preseed.1.po index 52dd642fa..45da79f93 100644 --- a/manpages/po/de/lb_chroot_preseed.1.po +++ b/manpages/po/de/lb_chroot_preseed.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_chroot_proc.1.po b/manpages/po/de/lb_chroot_proc.1.po index f75299dcf..eaef87b32 100644 --- a/manpages/po/de/lb_chroot_proc.1.po +++ b/manpages/po/de/lb_chroot_proc.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_chroot_resolv.1.po b/manpages/po/de/lb_chroot_resolv.1.po index 4520221e7..7fe0aec17 100644 --- a/manpages/po/de/lb_chroot_resolv.1.po +++ b/manpages/po/de/lb_chroot_resolv.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_chroot_selinuxfs.1.po b/manpages/po/de/lb_chroot_selinuxfs.1.po index 3193069a1..5949430c1 100644 --- a/manpages/po/de/lb_chroot_selinuxfs.1.po +++ b/manpages/po/de/lb_chroot_selinuxfs.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_chroot_sources.1.po b/manpages/po/de/lb_chroot_sources.1.po index ddab9c216..82db58318 100644 --- a/manpages/po/de/lb_chroot_sources.1.po +++ b/manpages/po/de/lb_chroot_sources.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_chroot_sysfs.1.po b/manpages/po/de/lb_chroot_sysfs.1.po index 6fe03a692..2b63c012e 100644 --- a/manpages/po/de/lb_chroot_sysfs.1.po +++ b/manpages/po/de/lb_chroot_sysfs.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_chroot_sysv-rc.1.po b/manpages/po/de/lb_chroot_sysv-rc.1.po index 322c2d920..cbe3cdc28 100644 --- a/manpages/po/de/lb_chroot_sysv-rc.1.po +++ b/manpages/po/de/lb_chroot_sysv-rc.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_chroot_upstart.1.po b/manpages/po/de/lb_chroot_upstart.1.po index 05000ccf7..c57c06535 100644 --- a/manpages/po/de/lb_chroot_upstart.1.po +++ b/manpages/po/de/lb_chroot_upstart.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_clean.1.po b/manpages/po/de/lb_clean.1.po index 3a77c12b5..3c5bb3180 100644 --- a/manpages/po/de/lb_clean.1.po +++ b/manpages/po/de/lb_clean.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 diff --git a/manpages/po/de/lb_config.1.po b/manpages/po/de/lb_config.1.po index 258e0171f..10e01ae2c 100644 --- a/manpages/po/de/lb_config.1.po +++ b/manpages/po/de/lb_config.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -1185,52 +1185,47 @@ msgstr "" #. type: Plain text #: en/lb_config.1:225 -msgid " [B<--tasks> I<TASK>|\"I<TASKS>\"]" -msgstr "" - -#. type: Plain text -#: en/lb_config.1:227 msgid " [B<--templates> I<PATH>]" msgstr "" #. type: Plain text -#: en/lb_config.1:229 +#: en/lb_config.1:227 msgid " [B<--virtual-root-size >I<MB>]" msgstr "" #. type: Plain text -#: en/lb_config.1:231 +#: en/lb_config.1:229 msgid " [B<--volatile> true|false]" msgstr "" #. type: Plain text -#: en/lb_config.1:233 +#: en/lb_config.1:231 msgid " [B<--backports> true|false]" msgstr "" #. type: Plain text -#: en/lb_config.1:235 +#: en/lb_config.1:233 msgid " [B<--exposed-root> true|false]" msgstr "" #. type: Plain text -#: en/lb_config.1:237 +#: en/lb_config.1:235 msgid " [B<--username> I<NAME>]" msgstr "" #. type: Plain text -#: en/lb_config.1:239 +#: en/lb_config.1:237 msgid " [B<--verbose>]" msgstr "" #. FIXME #. type: Plain text -#: en/lb_config.1:242 +#: en/lb_config.1:240 msgid " [B<--win32-loader true|false]>" msgstr "" #. type: Plain text -#: en/lb_config.1:245 +#: en/lb_config.1:243 msgid "" "B<lb config> is a high-level command (porcelain) of I<live-build>(7), the " "Debian Live tool suite." @@ -1238,7 +1233,7 @@ msgstr "" #. FIXME #. type: Plain text -#: en/lb_config.1:248 +#: en/lb_config.1:246 msgid "" "B<lb config> populates the configuration directory for live-build. By " "default, this directory is named 'config' and is created in the current " @@ -1247,7 +1242,7 @@ msgstr "" #. FIXME #. type: Plain text -#: en/lb_config.1:251 +#: en/lb_config.1:249 msgid "" "Note: Currently B<lb config> tries to be smart and sets defaults for some " "options depending on the setting of other options (e.g. which linux packages " @@ -1263,7 +1258,7 @@ msgid "" msgstr "" #. type: Plain text -#: en/lb_config.1:254 +#: en/lb_config.1:252 msgid "" "In addition to its specific options B<lb config> understands all generic " "live-build options. See I<live-build>(7) for a complete list of all generic " @@ -1272,26 +1267,26 @@ msgstr "" #. FIXME #. type: IP -#: en/lb_config.1:256 +#: en/lb_config.1:254 #, no-wrap msgid "B<--apt> apt|aptitude" msgstr "" #. type: Plain text -#: en/lb_config.1:258 +#: en/lb_config.1:256 msgid "" "defines if apt-get or aptitude is used to install packages when building the " "image. The default is apt." msgstr "" #. type: IP -#: en/lb_config.1:258 +#: en/lb_config.1:256 #, no-wrap msgid "B<--apt-ftp-proxy> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:260 +#: en/lb_config.1:258 msgid "" "sets the ftp proxy to be used by apt. By default, this is empty but if the " "host has the environment variable ftp_proxy set, apt-ftp-proxy gets " @@ -1299,13 +1294,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:260 +#: en/lb_config.1:258 #, no-wrap msgid "B<--apt-http-proxy> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:262 +#: en/lb_config.1:260 msgid "" "sets the http proxy to be used by apt. By default, this is empty but if the " "host has the environment variable http_proxy set, apt-http-proxy gets " @@ -1313,26 +1308,26 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:262 +#: en/lb_config.1:260 #, no-wrap msgid "B<--apt-indices> true|false|none" msgstr "" #. type: Plain text -#: en/lb_config.1:264 +#: en/lb_config.1:262 msgid "" "defines if the resulting images should have apt indices or not and defaults " "to true. If set to none, no indices are included at all." msgstr "" #. type: IP -#: en/lb_config.1:264 +#: en/lb_config.1:262 #, no-wrap msgid "B<--apt-options> I<OPTION>|\"I<OPTIONS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:266 +#: en/lb_config.1:264 msgid "" "defines the default options that will be appended to every apt call that is " "made inside chroot during the building of the image. By default, this is set " @@ -1340,13 +1335,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:266 +#: en/lb_config.1:264 #, no-wrap msgid "B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:268 +#: en/lb_config.1:266 msgid "" "defines the default options that will be appended to every aptitude call " "that is made inside chroot during building of the image. By default, this is " @@ -1354,13 +1349,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:268 +#: en/lb_config.1:266 #, no-wrap msgid "B<--apt-pipeline> I<DEPTH>" msgstr "" #. type: Plain text -#: en/lb_config.1:270 +#: en/lb_config.1:268 msgid "" "sets the depth of the apt/aptitude pipeline. In cases where the remote " "server is not RFC conforming or buggy (such as Squid 2.0.2) this option can " @@ -1372,38 +1367,38 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:270 +#: en/lb_config.1:268 #, no-wrap msgid "B<--apt-recommends> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:272 +#: en/lb_config.1:270 msgid "" "defines if apt should install recommended packages automatically. By " "default, this is true except in emdebian mode." msgstr "" #. type: IP -#: en/lb_config.1:272 +#: en/lb_config.1:270 #, no-wrap msgid "B<--apt-secure> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:274 +#: en/lb_config.1:272 msgid "" "defines if apt should check repository signatures. This is true by default." msgstr "" #. type: IP -#: en/lb_config.1:274 +#: en/lb_config.1:272 #, no-wrap msgid "-a|B<--architectures> I<ARCHITECTURE>" msgstr "" #. type: Plain text -#: en/lb_config.1:276 +#: en/lb_config.1:274 msgid "" "defines the architecture of the to be build image. By default, this is set " "to the host architecture. Note that you cannot crossbuild for another " @@ -1414,13 +1409,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:276 +#: en/lb_config.1:274 #, no-wrap msgid "-b|B<--binary-images> iso|iso-hybrid|net|tar|usb-hdd" msgstr "" #. type: Plain text -#: en/lb_config.1:278 +#: en/lb_config.1:276 msgid "" "defines the image type to build. By default, for images using syslinux this " "is set to iso-hybrid to build CD/DVD images that may also be used like usb-" @@ -1428,13 +1423,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:278 +#: en/lb_config.1:276 #, no-wrap msgid "B<--binary-filesystem> fat16|fat32|ext2" msgstr "" #. type: Plain text -#: en/lb_config.1:280 +#: en/lb_config.1:278 msgid "" "defines the filesystem to be used in the image type. This only has an effect " "if the selected binary image type does allow to choose a filesystem. For " @@ -1447,24 +1442,24 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:280 +#: en/lb_config.1:278 #, no-wrap msgid "B<--bootappend-install> I<PARAMETER>|\"I<PARAMETERS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:282 +#: en/lb_config.1:280 msgid "sets boot parameters specific to debian-installer, if included." msgstr "" #. type: IP -#: en/lb_config.1:282 +#: en/lb_config.1:280 #, no-wrap msgid "B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:284 +#: en/lb_config.1:282 msgid "" "sets boot parameters specific to debian-live. A complete list of boot " "parameters can be found, for etch, in the manpage of casper, for all other " @@ -1473,13 +1468,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:284 +#: en/lb_config.1:282 #, no-wrap msgid "B<--bootloader> grub|syslinux|yaboot" msgstr "" #. type: Plain text -#: en/lb_config.1:286 +#: en/lb_config.1:284 msgid "" "defines which bootloader is beeing used in the generated image. This has " "only an effect if the selected binary image type does allow to choose the " @@ -1492,13 +1487,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:286 +#: en/lb_config.1:284 #, no-wrap msgid "B<--bootstrap> cdebootstrap|cdebootstrap-static|debootstrap|copy" msgstr "" #. type: Plain text -#: en/lb_config.1:288 +#: en/lb_config.1:286 msgid "" "defines which program is used to bootstrap the debian chroot, default is " "debootstrap. Note that if you set the bootstrap program to copy, then your " @@ -1508,13 +1503,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:288 +#: en/lb_config.1:286 #, no-wrap msgid "-f|B<--bootstrap-flavour> minimal|standard" msgstr "" #. type: Plain text -#: en/lb_config.1:290 +#: en/lb_config.1:288 msgid "" "defines if the bootstrap program should bootstrap the standard system (all " "packages of priority required and important, which is the default) or a " @@ -1522,39 +1517,39 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:290 +#: en/lb_config.1:288 #, no-wrap msgid "B<--bootstrap-keyring> I<PACKAGE>" msgstr "" #. type: Plain text -#: en/lb_config.1:292 +#: en/lb_config.1:290 msgid "" "sets the archive keyring package to be used. Default is debian-archive-" "keyring." msgstr "" #. type: IP -#: en/lb_config.1:292 +#: en/lb_config.1:290 #, no-wrap msgid "B<--cache> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:294 +#: en/lb_config.1:292 msgid "" "defines globally if any cache should be used at all. Different caches can be " "controled through the their own options." msgstr "" #. type: IP -#: en/lb_config.1:294 +#: en/lb_config.1:292 #, no-wrap msgid "B<--cache-indices> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:296 +#: en/lb_config.1:294 msgid "" "defines if downloaded package indices and lists should be cached which is " "false by default. Enabling it would allow to rebuild an image completely " @@ -1562,13 +1557,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:296 +#: en/lb_config.1:294 #, no-wrap msgid "B<--cache-packages> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:298 +#: en/lb_config.1:296 msgid "" "defines if downloaded packages files should be cached which is true by " "default. Disabling it does save space consumtion in your build directory, " @@ -1579,13 +1574,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:298 +#: en/lb_config.1:296 #, no-wrap msgid "B<--cache-stages> true|false|I<STAGE>|\"I<STAGES>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:300 +#: en/lb_config.1:298 msgid "" "sets which stages should be cached. By default set to bootstrap. As an " "exception to the normal stage names, also rootfs can be used here which does " @@ -1595,13 +1590,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:300 +#: en/lb_config.1:298 #, no-wrap msgid "B<--checksums> md5|sha1|sha256|none" msgstr "" #. type: Plain text -#: en/lb_config.1:302 +#: en/lb_config.1:300 msgid "" "defines if the binary image should contain a file called md5sums.txt, " "sha1sums.txt and/or sha256sums.txt. These lists all files on the image " @@ -1613,26 +1608,26 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:302 +#: en/lb_config.1:300 #, no-wrap msgid "B<--compression> bzip2|gzip|lzip|none" msgstr "" #. type: Plain text -#: en/lb_config.1:304 +#: en/lb_config.1:302 msgid "" "defines the compression program to be used to compress tarballs. Defaults to " "gzip." msgstr "" #. type: IP -#: en/lb_config.1:304 +#: en/lb_config.1:302 #, no-wrap msgid "B<--build-with-chroot> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:306 +#: en/lb_config.1:304 msgid "" "defines whetever live-build should use the tools from within the chroot to " "build the binary image or not by using and including the host systems tools. " @@ -1647,13 +1642,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:306 +#: en/lb_config.1:304 #, no-wrap msgid "B<--chroot-filesystem> ext2|ext3|squashfs|plain|jffs2" msgstr "" #. type: Plain text -#: en/lb_config.1:308 +#: en/lb_config.1:306 msgid "" "defines which filesystem type should be used for the root filesystem image. " "If you use plain, then no filesystem image is created and the root " @@ -1664,39 +1659,39 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:308 +#: en/lb_config.1:306 #, no-wrap msgid "B<--clean>" msgstr "" #. type: Plain text -#: en/lb_config.1:310 +#: en/lb_config.1:308 msgid "" "minimizes config directory by automatically removing unused and thus empty " "subdirectories." msgstr "" #. type: IP -#: en/lb_config.1:310 +#: en/lb_config.1:308 #, no-wrap msgid "-c|B<--conffile> I<FILE>" msgstr "" #. type: Plain text -#: en/lb_config.1:312 +#: en/lb_config.1:310 msgid "" "using a user specified alternative configuration file in addition to the " "normally used one in the config directory." msgstr "" #. type: IP -#: en/lb_config.1:312 +#: en/lb_config.1:310 #, no-wrap msgid "B<--debconf-frontend> dialog|editor|noninteractive|readline" msgstr "" #. type: Plain text -#: en/lb_config.1:314 +#: en/lb_config.1:312 msgid "" "defines what value the debconf frontend should be set to inside the chroot. " "Note that setting it to anything by noninteractive, which is the default, " @@ -1704,13 +1699,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:314 +#: en/lb_config.1:312 #, no-wrap msgid "B<--debconf-nowarnings> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:316 +#: en/lb_config.1:314 msgid "" "defines if warnings of debconf should be displayed or not. Warnings from " "debconf are generally very rare and by default, we skipp them, if any, in " @@ -1718,13 +1713,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:316 +#: en/lb_config.1:314 #, no-wrap msgid "B<--debconf-priority> low|medium|high|critical" msgstr "" #. type: Plain text -#: en/lb_config.1:318 +#: en/lb_config.1:316 msgid "" "defines what value the debconf priority shoul dbe set to inside the chroot. " "By default, it is set to critical, which means that almost no questions are " @@ -1733,13 +1728,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:318 +#: en/lb_config.1:316 #, no-wrap msgid "B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false" msgstr "" #. type: Plain text -#: en/lb_config.1:320 +#: en/lb_config.1:318 msgid "" "defines which type, if any, of the debian-installer should be included in " "the resulting binary image. By default, no installer is included. All " @@ -1751,13 +1746,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:320 +#: en/lb_config.1:318 #, no-wrap msgid "B<--debian-installer-distribution> daily|I<CODENAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:322 +#: en/lb_config.1:320 msgid "" "defines the distribution where the debian-installer files should be taken " "out from. Normally, this should be set to the same distribution as the live " @@ -1766,26 +1761,26 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:322 +#: en/lb_config.1:320 #, no-wrap msgid "B<--debian-installer-preseedfile> I<FILE>|I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:324 +#: en/lb_config.1:322 msgid "" "sets the filename or URL for an optionally used and included preseeding file " "for debian-installer." msgstr "" #. type: IP -#: en/lb_config.1:324 +#: en/lb_config.1:322 #, no-wrap msgid "B<--debian-installer-gui> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:326 +#: en/lb_config.1:324 msgid "" "defines if the debian-installer graphical GTK interface should be true or " "not. In Debian mode and for most versions of Ubuntu, this option is true, " @@ -1793,60 +1788,60 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:326 en/live-build.7:36 +#: en/lb_config.1:324 en/live-build.7:36 #, no-wrap msgid "B<--debug>" msgstr "" #. type: Plain text -#: en/lb_config.1:328 +#: en/lb_config.1:326 msgid "turn on debugging informational messages." msgstr "" #. type: IP -#: en/lb_config.1:328 +#: en/lb_config.1:326 #, no-wrap msgid "-d|B<--distribution> I<CODENAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:330 +#: en/lb_config.1:328 msgid "defines the distribution of the resulting live system." msgstr "" #. type: IP -#: en/lb_config.1:330 +#: en/lb_config.1:328 #, no-wrap msgid "-d|B<--parent-distribution> I<CODENAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:332 +#: en/lb_config.1:330 msgid "" "defines the parent distribution for derivatives of the resulting live system." msgstr "" #. type: IP -#: en/lb_config.1:332 +#: en/lb_config.1:330 #, no-wrap msgid "-d|B<--parent-debian-installer-distribution> I<CODENAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:334 +#: en/lb_config.1:332 msgid "" "defines the parent debian-installer distribution for derivatives of the " "resulting live system." msgstr "" #. type: IP -#: en/lb_config.1:334 +#: en/lb_config.1:332 #, no-wrap msgid "B<--dump>" msgstr "" #. type: Plain text -#: en/lb_config.1:336 +#: en/lb_config.1:334 msgid "" "prepares a report of the currently present live system configuration and the " "version of live-build used. This is useful to provide if you submit bug " @@ -1855,26 +1850,26 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:336 +#: en/lb_config.1:334 #, no-wrap msgid "B<--fdisk> fdisk|fdisk.dist" msgstr "" #. type: Plain text -#: en/lb_config.1:338 +#: en/lb_config.1:336 msgid "" "sets the filename of the fdisk binary from the host system that should be " "used. This is autodetected and does generally not need any customization." msgstr "" #. type: IP -#: en/lb_config.1:338 en/live-build.7:38 +#: en/lb_config.1:336 en/live-build.7:38 #, no-wrap msgid "B<--force>" msgstr "" #. type: Plain text -#: en/lb_config.1:340 +#: en/lb_config.1:338 msgid "" "forces re-execution of already run stages. Use only if you know what you are " "doing. It is generally safer to use B<lb clean> to clean up before re-" @@ -1882,26 +1877,26 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:340 +#: en/lb_config.1:338 #, no-wrap msgid "B<--grub-splash> I<FILE>" msgstr "" #. type: Plain text -#: en/lb_config.1:342 +#: en/lb_config.1:340 msgid "" "defines the name of an optional to be included splash screen graphic for the " "grub bootloader." msgstr "" #. type: IP -#: en/lb_config.1:342 +#: en/lb_config.1:340 #, no-wrap msgid "B<--gzip-options> I<OPTION>|\"I<OPTIONS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:344 +#: en/lb_config.1:342 msgid "" "defines the default options that will be appended to (almost) every gzip " "call during the building of the image. By default, this is set to --best to " @@ -1910,13 +1905,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:344 +#: en/lb_config.1:342 #, no-wrap msgid "B<--hooks> I<FILE>" msgstr "" #. type: Plain text -#: en/lb_config.1:346 +#: en/lb_config.1:344 msgid "" "defines which hooks available in /usr/share/live/build/examples/hooks should " "be activated. Normally, there are no hooks executed. Make sure you know and " @@ -1924,24 +1919,24 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:346 +#: en/lb_config.1:344 #, no-wrap msgid "B<--hostname> I<NAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:348 +#: en/lb_config.1:346 msgid "sets the hostname of the live system." msgstr "" #. type: IP -#: en/lb_config.1:348 +#: en/lb_config.1:346 #, no-wrap msgid "B<--ignore-system-defaults>" msgstr "" #. type: Plain text -#: en/lb_config.1:350 +#: en/lb_config.1:348 msgid "" "B<lb config> by default reads system defaults from /etc/live/build.conf and /" "etc/live/build.d when generating a new live system config directory. This is " @@ -1950,13 +1945,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:350 +#: en/lb_config.1:348 #, no-wrap msgid "B<--includes> I<PATH|none>" msgstr "" #. type: Plain text -#: en/lb_config.1:352 +#: en/lb_config.1:350 msgid "" "sets the path to the includes that live-build is going to use, e.g. " "additional minimal documentation that you want to have on all live systems. " @@ -1965,13 +1960,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:352 +#: en/lb_config.1:350 #, no-wrap msgid "B<--initramfs> auto|none|live-boot|casper" msgstr "" #. type: Plain text -#: en/lb_config.1:354 +#: en/lb_config.1:352 msgid "" "sets the name of package that contains the live system specific initramfs " "modification. By default, auto is used, which means that at build time of " @@ -1982,13 +1977,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:354 +#: en/lb_config.1:352 #, no-wrap msgid "B<--interactive> shell" msgstr "" #. type: Plain text -#: en/lb_config.1:356 +#: en/lb_config.1:354 msgid "" "defines if after the chroot stage and before the beginning of the binary " "stage, a interactive shell login should be spawned in the chroot in order to " @@ -2002,24 +1997,24 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:356 +#: en/lb_config.1:354 #, no-wrap msgid "B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:358 +#: en/lb_config.1:356 msgid "defines options to pass to isohybrid." msgstr "" #. type: IP -#: en/lb_config.1:358 +#: en/lb_config.1:356 #, no-wrap msgid "B<--iso-application> I<NAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:360 +#: en/lb_config.1:358 msgid "" "sets the APPLICATION field in the header of a resulting CD/DVD image and " "defaults to \"Debian Live\" in debian mode, and to \"Emdebian Live\" in " @@ -2027,13 +2022,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:360 +#: en/lb_config.1:358 #, no-wrap msgid "B<--iso-preparer> I<NAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:362 +#: en/lb_config.1:360 msgid "" "sets the PREPARER field in the header of a resulting CD/DVD image. By " "default this is set to \"live-build I<VERSION>; http://packages.qa.debian." @@ -2042,13 +2037,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:362 +#: en/lb_config.1:360 #, no-wrap msgid "B<--iso-publisher> I<NAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:364 +#: en/lb_config.1:362 msgid "" "sets the PUBLISHED field in the header of a resulting CD/DVD image. By " "default, this is set to 'Debian Live project; http:/live.debian.net/; debian-" @@ -2057,13 +2052,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:364 +#: en/lb_config.1:362 #, no-wrap msgid "B<--iso-volume> I<NAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:366 +#: en/lb_config.1:364 msgid "" "sets the VOLUME field in the header of a resulting CD/DVD and defaults to " "'(I<MODE>) (I<DISTRIBUTION>) (I<DATE>)' whereas MODE is expanded to the name " @@ -2072,13 +2067,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:366 +#: en/lb_config.1:364 #, no-wrap msgid "B<--jffs2-eraseblock> I<SIZE>" msgstr "" #. type: Plain text -#: en/lb_config.1:368 +#: en/lb_config.1:366 msgid "" "sets the eraseblock size for a JFFS2 (Second Journalling Flash File System) " "filesystem. The default is 64 KiB. If you use an erase block size different " @@ -2088,26 +2083,26 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:368 +#: en/lb_config.1:366 #, no-wrap msgid "B<--keyring-packages> I<PACKAGE|\"PACKAGES>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:370 +#: en/lb_config.1:368 msgid "" "sets the keyring package or additional keyring packages. By default this is " "set to debian-archive-keyring." msgstr "" #. type: IP -#: en/lb_config.1:370 +#: en/lb_config.1:368 #, no-wrap msgid "-l|B<--language> I<LANGUAGE>" msgstr "" #. type: Plain text -#: en/lb_config.1:372 +#: en/lb_config.1:370 msgid "" "sets the language of a live system by installing l10n related packages. It " "doesn't enable generation of the correct locales through setting the right " @@ -2115,26 +2110,26 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:372 +#: en/lb_config.1:370 #, no-wrap msgid "-k|B<--linux-flavours> I<FLAVOUR>|\"I<FLAVOURS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:374 +#: en/lb_config.1:372 msgid "" "sets the kernel flavours to be installed. Note that in case you specify more " "than that the first will be configured the default kernel that gets booted." msgstr "" #. type: IP -#: en/lb_config.1:374 +#: en/lb_config.1:372 #, no-wrap msgid "B<--linux-packages> \"I<PACKAGES>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:376 +#: en/lb_config.1:374 msgid "" "sets the internal name of the kernel packages naming scheme. If you use " "debian kernel packages, you will not have to adjust it. If you decide to use " @@ -2148,26 +2143,26 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:376 +#: en/lb_config.1:374 #, no-wrap msgid "B<--losetup> losetup|losetup.orig" msgstr "" #. type: Plain text -#: en/lb_config.1:378 +#: en/lb_config.1:376 msgid "" "sets the filename of the losetup binary from the host system that should be " "used. This is autodetected and does generally not need any customization." msgstr "" #. type: IP -#: en/lb_config.1:378 +#: en/lb_config.1:376 #, no-wrap msgid "B<--memtest> memtest86+|memtest86|none" msgstr "" #. type: Plain text -#: en/lb_config.1:380 +#: en/lb_config.1:378 msgid "" "defines if memtest, memtest86+ or no memory tester at all should be included " "as secondary bootloader configuration. This is only available on amd64 and " @@ -2175,13 +2170,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:380 +#: en/lb_config.1:378 #, no-wrap msgid "-m|B<--parent-mirror-bootstrap> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:382 +#: en/lb_config.1:380 msgid "" "sets the location of the debian package mirror that should be used to " "bootstrap from. This defaults to http://ftp.de.debian.org/debian/ which may " @@ -2189,13 +2184,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:382 +#: en/lb_config.1:380 #, no-wrap msgid "B<--parent-mirror-chroot> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:384 +#: en/lb_config.1:382 msgid "" "sets the location of the debian package mirror that will be used to fetch " "the packages in order to build the live system. By default, this is set to " @@ -2203,13 +2198,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:384 +#: en/lb_config.1:382 #, no-wrap msgid "B<--parent-mirror-chroot-security> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:386 +#: en/lb_config.1:384 msgid "" "sets the location of the debian security package mirror that will be used to " "fetch the packages in order to build the live system. By default, this " @@ -2217,13 +2212,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:386 +#: en/lb_config.1:384 #, no-wrap msgid "B<--parent-mirror-chroot-volatile> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:388 +#: en/lb_config.1:386 msgid "" "sets the location of the debian volatile package mirror that will be used to " "fetch packages in order to build the live system. By default, this is set to " @@ -2231,13 +2226,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:388 +#: en/lb_config.1:386 #, no-wrap msgid "B<--parent-mirror-chroot-backports> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:390 +#: en/lb_config.1:388 msgid "" "sets the location of the debian backports package mirror that will be used " "to fetch packages in order to build the live system. By default, this points " @@ -2245,13 +2240,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:390 +#: en/lb_config.1:388 #, no-wrap msgid "B<--parent-mirror-binary> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:392 +#: en/lb_config.1:390 msgid "" "sets the location of the debian package mirror that should end up configured " "in the final image and which is the one a user would see and use. This has " @@ -2261,13 +2256,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:392 +#: en/lb_config.1:390 #, no-wrap msgid "B<--parent-mirror-binary-security> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:394 +#: en/lb_config.1:392 msgid "" "sets the location of the debian security package mirror that should end up " "configured in the final image. By default, 'http://cdn.debian.net/debian-" @@ -2275,13 +2270,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:394 +#: en/lb_config.1:392 #, no-wrap msgid "B<--parent-mirror-binary-volatile> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:396 +#: en/lb_config.1:394 msgid "" "sets the location of the debian volatile package mirror that should end up " "configured in the final image. By default, the value of --parent-mirror-" @@ -2289,13 +2284,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:396 +#: en/lb_config.1:394 #, no-wrap msgid "B<--parent-mirror-binary-backports> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:398 +#: en/lb_config.1:396 msgid "" "sets the location of the debian backports package mirror that should end up " "configured in the final image. By default, 'http://backports.debian.org/" @@ -2303,13 +2298,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:398 +#: en/lb_config.1:396 #, no-wrap msgid "B<--parent-mirror-debian-installer> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:400 +#: en/lb_config.1:398 msgid "" "sets the location of the mirror that will be used to fetch the debian " "installer images. By default, this points to the same mirror used to build " @@ -2317,13 +2312,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:400 +#: en/lb_config.1:398 #, no-wrap msgid "B<--mirror-bootstrap> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:402 +#: en/lb_config.1:400 msgid "" "sets the location of the debian package mirror that should be used to " "bootstrap the derivative from. This defaults to http://ftp.de.debian.org/" @@ -2331,13 +2326,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:402 +#: en/lb_config.1:400 #, no-wrap msgid "B<--mirror-chroot> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:404 +#: en/lb_config.1:402 msgid "" "sets the location of the debian package mirror that will be used to fetch " "the packages of the derivative in order to build the live system. By " @@ -2345,13 +2340,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:404 +#: en/lb_config.1:402 #, no-wrap msgid "B<--mirror-chroot-security> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:406 +#: en/lb_config.1:404 msgid "" "sets the location of the debian security package mirror that will be used to " "fetch the packages of the derivative in order to build the live system. By " @@ -2359,13 +2354,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:406 +#: en/lb_config.1:404 #, no-wrap msgid "B<--mirror-chroot-volatile> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:408 +#: en/lb_config.1:406 msgid "" "sets the location of the debian volatile package mirror that will be used to " "fetch packages of the derivative in order to build the live system. By " @@ -2373,13 +2368,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:408 +#: en/lb_config.1:406 #, no-wrap msgid "B<--mirror-chroot-backports> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:410 +#: en/lb_config.1:408 msgid "" "sets the location of the debian backports package mirror that will be used " "to fetch packages of the derivative in order to build the live system. By " @@ -2387,13 +2382,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:410 +#: en/lb_config.1:408 #, no-wrap msgid "B<--mirror-binary> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:412 +#: en/lb_config.1:410 msgid "" "sets the location of the derivative package mirror that should end up " "configured in the final image and which is the one a user would see and use. " @@ -2403,52 +2398,52 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:412 +#: en/lb_config.1:410 #, no-wrap msgid "B<--mirror-binary-security> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:414 +#: en/lb_config.1:412 msgid "" "sets the location of the derivatives security package mirror that should end " "up configured in the final image." msgstr "" #. type: IP -#: en/lb_config.1:414 +#: en/lb_config.1:412 #, no-wrap msgid "B<--mirror-binary-volatile> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:416 +#: en/lb_config.1:414 msgid "" "sets the location of the derivatives volatile package mirror that should end " "up configured in the final image." msgstr "" #. type: IP -#: en/lb_config.1:416 +#: en/lb_config.1:414 #, no-wrap msgid "B<--mirror-binary-backports> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:418 +#: en/lb_config.1:416 msgid "" "sets the location of the derivatives backports package mirror that should " "end up configured in the final image." msgstr "" #. type: IP -#: en/lb_config.1:418 +#: en/lb_config.1:416 #, no-wrap msgid "B<--mirror-debian-installer> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:420 +#: en/lb_config.1:418 msgid "" "sets the location of the mirror that will be used to fetch the debian " "installer images of the derivative. By default, this points to the same " @@ -2456,52 +2451,52 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:420 +#: en/lb_config.1:418 #, no-wrap msgid "B<--mode> debian|emdebian|progress|ubuntu" msgstr "" #. type: Plain text -#: en/lb_config.1:422 +#: en/lb_config.1:420 msgid "" "defines a global mode to load project specific defaults. By default this is " "set to debian." msgstr "" #. type: IP -#: en/lb_config.1:422 +#: en/lb_config.1:420 #, no-wrap msgid "B<--net-root-filesystem> nfs|cfs" msgstr "" #. type: Plain text -#: en/lb_config.1:424 +#: en/lb_config.1:422 msgid "" "defines the filesystem that will be configured in the bootloader " "configuration for your netboot image. This defaults to nfs." msgstr "" #. type: IP -#: en/lb_config.1:424 +#: en/lb_config.1:422 #, no-wrap msgid "B<--net-root-mountoptions> I<OPTIONS>" msgstr "" #. type: Plain text -#: en/lb_config.1:426 +#: en/lb_config.1:424 msgid "" "sets additional options for mounting the root filesystem in netboot images " "and is by default empty." msgstr "" #. type: IP -#: en/lb_config.1:426 +#: en/lb_config.1:424 #, no-wrap msgid "B<--net-root-path> I<PATH>" msgstr "" #. type: Plain text -#: en/lb_config.1:428 +#: en/lb_config.1:426 msgid "" "sets the file path that will be configured in the bootloader configuration " "for your netboot image. This defaults to /srv/debian-live in debian mode and " @@ -2510,13 +2505,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:428 +#: en/lb_config.1:426 #, no-wrap msgid "B<--net-root-server> I<IP>|I<HOSTNAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:430 +#: en/lb_config.1:428 msgid "" "sets the IP or hostname that will be configured in the bootloader " "configuration for the root filesystem of your netboot image. This defaults " @@ -2524,38 +2519,38 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:430 +#: en/lb_config.1:428 #, no-wrap msgid "B<--net-cow-filesystem> nfs|cfs" msgstr "" #. type: Plain text -#: en/lb_config.1:432 +#: en/lb_config.1:430 msgid "" "defines the filesystem type for the copy-on-write layer and defaults to nfs." msgstr "" #. type: IP -#: en/lb_config.1:432 +#: en/lb_config.1:430 #, no-wrap msgid "B<--net-cow-mountoptions> I<OPTIONS>" msgstr "" #. type: Plain text -#: en/lb_config.1:434 +#: en/lb_config.1:432 msgid "" "sets additional options for mounting the copy-on-write layer in netboot " "images and is by default empty." msgstr "" #. type: IP -#: en/lb_config.1:434 +#: en/lb_config.1:432 #, no-wrap msgid "B<--net-cow-path> I<PATH>" msgstr "" #. type: Plain text -#: en/lb_config.1:436 +#: en/lb_config.1:434 msgid "" "defines the path to client writable filesystem. Anywhere that " "I<client_mac_address> is specified in the path live-boot will substitute the " @@ -2563,28 +2558,28 @@ msgid "" msgstr "" #. type: Plain text -#: en/lb_config.1:439 +#: en/lb_config.1:437 msgid "Example:" msgstr "" #. type: Plain text -#: en/lb_config.1:441 +#: en/lb_config.1:439 msgid "/export/hosts/client_mac_address" msgstr "" #. type: Plain text -#: en/lb_config.1:443 +#: en/lb_config.1:441 msgid "/export/hosts/00-16-D3-33-92-E8" msgstr "" #. type: IP -#: en/lb_config.1:443 +#: en/lb_config.1:441 #, no-wrap msgid "B<--net-cow-server> I<IP>|I<HOSTNAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:445 +#: en/lb_config.1:443 msgid "" "sets the IP or hostname that will be configured in the bootloader " "configuration for the copy-on-write filesystem of your netboot image and is " @@ -2592,13 +2587,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:445 +#: en/lb_config.1:443 #, no-wrap msgid "B<--net-tarball> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:447 +#: en/lb_config.1:445 msgid "" "defines if a compressed tarball should be created. Disabling this options " "leads to no tarball at all, the plain binary directory is considered the " @@ -2606,13 +2601,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:447 +#: en/lb_config.1:445 #, no-wrap msgid "-p|B<--package-lists> I<LIST>|\"I<LISTS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:449 +#: en/lb_config.1:447 msgid "" "defines which lists available in /usr/share/live/build/lists should be used. " "By default, this is set to standard. Note that in case you have local " @@ -2622,37 +2617,37 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:449 en/live-build.7:40 +#: en/lb_config.1:447 en/live-build.7:40 #, no-wrap msgid "B<--quiet>" msgstr "" #. type: Plain text -#: en/lb_config.1:451 +#: en/lb_config.1:449 msgid "reduces the verbosity of messages output by B<lb build>." msgstr "" #. type: IP -#: en/lb_config.1:451 +#: en/lb_config.1:449 #, no-wrap msgid "-r|B<--repositories> I<REPOSITORY>|\"I<REPOSITORIES>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:453 +#: en/lb_config.1:451 msgid "" "enables one of available third-party repository configurations in /usr/share/" "live/build/repositories." msgstr "" #. type: IP -#: en/lb_config.1:453 +#: en/lb_config.1:451 #, no-wrap msgid "B<--root-command> sudo" msgstr "" #. type: Plain text -#: en/lb_config.1:455 +#: en/lb_config.1:453 msgid "" "controls if live-build should use sudo internally to build the live image. " "Note that this is not well tested and that you should, when relying on sudo, " @@ -2660,13 +2655,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:455 +#: en/lb_config.1:453 #, no-wrap msgid "B<--use-fakeroot> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:457 +#: en/lb_config.1:455 msgid "" "controls if live-build should utilize fakeroot and fakechroot to try and " "avoid requiring root privillages where possible. By default, this option is " @@ -2674,13 +2669,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:457 +#: en/lb_config.1:455 #, no-wrap msgid "B<--archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:459 +#: en/lb_config.1:457 msgid "" "defines which package archive areas of a debian packages archive should be " "used for configured debian package mirrors. By default, this is set to main. " @@ -2690,26 +2685,26 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:459 +#: en/lb_config.1:457 #, no-wrap msgid "B<--security> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:461 +#: en/lb_config.1:459 msgid "" "defines if the security repositories specified in the security mirror " "options should be used or not." msgstr "" #. type: IP -#: en/lb_config.1:461 +#: en/lb_config.1:459 #, no-wrap msgid "B<--source> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:463 +#: en/lb_config.1:461 msgid "" "defines if a corresponding source image to the binary image should be build. " "By default this is false because most people do not require this and would " @@ -2719,37 +2714,37 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:463 +#: en/lb_config.1:461 #, no-wrap msgid "-s|B<--source-images> iso|net|tar|usb-hdd" msgstr "" #. type: Plain text -#: en/lb_config.1:465 +#: en/lb_config.1:463 msgid "defines the image type for the source image. Default is tar." msgstr "" #. type: IP -#: en/lb_config.1:465 +#: en/lb_config.1:463 #, no-wrap msgid "B<--syslinux-splash> I<FILE>" msgstr "" #. type: Plain text -#: en/lb_config.1:467 +#: en/lb_config.1:465 msgid "" "defines the file of the syslinux splash graphic that should be used instead " "of the default one." msgstr "" #. type: IP -#: en/lb_config.1:467 +#: en/lb_config.1:465 #, no-wrap msgid "B<--syslinux-timeout> I<SECONDS>" msgstr "" #. type: Plain text -#: en/lb_config.1:469 +#: en/lb_config.1:467 msgid "" "defines the timeout the syslinux bootloader should wait for input from the " "user at the bootprompt prior booting the default kernel. This defaults to 0 " @@ -2757,67 +2752,51 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:469 +#: en/lb_config.1:467 #, no-wrap msgid "B<--syslinux-menu> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:471 +#: en/lb_config.1:469 msgid "" "defines if syslinux should be make use of the vgamenu capabilities or not." msgstr "" #. type: IP -#: en/lb_config.1:471 +#: en/lb_config.1:469 #, no-wrap msgid "B<--tasksel> apt|aptitude|tasksel" msgstr "" #. type: Plain text -#: en/lb_config.1:473 +#: en/lb_config.1:471 msgid "" "selects which program is used to install tasks. By default, this is set to " "tasksel." msgstr "" #. type: IP -#: en/lb_config.1:473 -#, no-wrap -msgid "B<--tasks> I<TASK>|\"I<TASKS>\"" -msgstr "" - -#. type: Plain text -#: en/lb_config.1:475 -msgid "" -"defines one or more package tasks to be installed in the live system. This " -"is a quick and convenient way to get a reasonable default selection of " -"packages suitable for most users when building an image, but it results in " -"quite big images. If you want to have finer grained package selections, " -"local package lists should be used instead." -msgstr "" - -#. type: IP -#: en/lb_config.1:475 +#: en/lb_config.1:471 #, no-wrap msgid "B<--templates> I<PATH>" msgstr "" #. type: Plain text -#: en/lb_config.1:477 +#: en/lb_config.1:473 msgid "" "sets the path to the templates that live-build is going to use, e.g. for " "bootloaders. By default, this is set to /usr/share/live/build/templates/." msgstr "" #. type: IP -#: en/lb_config.1:477 +#: en/lb_config.1:473 #, no-wrap msgid "B<--virtual-root-size> MB" msgstr "" #. type: Plain text -#: en/lb_config.1:479 +#: en/lb_config.1:475 msgid "" "defines what size the virtual-hdd image should be. Note that although the " "default is set to 10000 (= 10GB), it will not need 10GB space on your " @@ -2825,39 +2804,39 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:479 +#: en/lb_config.1:475 #, no-wrap msgid "B<--volatile> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:481 +#: en/lb_config.1:477 msgid "" "defines if debian volatile package archives should be included in the image " "or not." msgstr "" #. type: IP -#: en/lb_config.1:481 +#: en/lb_config.1:477 #, no-wrap msgid "B<--backports> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:483 +#: en/lb_config.1:479 msgid "" "defines if debian backports package archives should be included in the image " "or not." msgstr "" #. type: IP -#: en/lb_config.1:483 +#: en/lb_config.1:479 #, no-wrap msgid "B<--exposed-root> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:485 +#: en/lb_config.1:481 msgid "" "defines whether to expose the root filesystem as read only and not covered " "by the union filesystem. This has useful implications for certain speciality " @@ -2865,48 +2844,48 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:485 +#: en/lb_config.1:481 #, no-wrap msgid "B<--username> I<NAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:487 +#: en/lb_config.1:483 msgid "sets the name of the account of the default user in the live system." msgstr "" #. type: IP -#: en/lb_config.1:487 en/live-build.7:42 +#: en/lb_config.1:483 en/live-build.7:42 #, no-wrap msgid "B<--verbose>" msgstr "" #. type: Plain text -#: en/lb_config.1:489 +#: en/lb_config.1:485 msgid "increases the verbosity of messages output by B<lb build>." msgstr "" #. type: IP -#: en/lb_config.1:489 +#: en/lb_config.1:485 #, no-wrap msgid "B<--win32-loader true|false>" msgstr "" #. FIXME #. type: Plain text -#: en/lb_config.1:492 +#: en/lb_config.1:488 msgid "defines if win32-loader should be included in the binary image or not." msgstr "" #. type: SH -#: en/lb_config.1:493 +#: en/lb_config.1:489 #, no-wrap msgid "ENVIRONMENT" msgstr "" #. FIXME #. type: Plain text -#: en/lb_config.1:496 +#: en/lb_config.1:492 msgid "" "Currently, command line switches can also be specified through the " "corresponding environment variable. However, this generally should not be " @@ -2920,20 +2899,20 @@ msgstr "" #. FIXME #. type: IP -#: en/lb_config.1:500 +#: en/lb_config.1:496 #, no-wrap msgid "B<auto/config>" msgstr "" #. type: IP -#: en/lb_config.1:501 +#: en/lb_config.1:497 #, no-wrap msgid "B</etc/live/build.conf, /etc/live/build.d>" msgstr "" #. FIXME #. type: Plain text -#: en/lb_config.1:504 +#: en/lb_config.1:500 msgid "" "An optional, global configuration file for B<lb config> variables. It is " "useful to specify a few system wide defaults, like " diff --git a/manpages/po/de/lb_local.1.po b/manpages/po/de/lb_local.1.po index 35333ddd1..f48b47e1f 100644 --- a/manpages/po/de/lb_local.1.po +++ b/manpages/po/de/lb_local.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -346,11 +346,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -381,11 +381,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -415,11 +415,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -449,11 +449,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -484,11 +484,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -521,11 +521,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -556,11 +556,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -594,11 +594,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -629,11 +629,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 diff --git a/manpages/po/de/lb_source.1.po b/manpages/po/de/lb_source.1.po index c3263221a..d572add79 100644 --- a/manpages/po/de/lb_source.1.po +++ b/manpages/po/de/lb_source.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -346,11 +346,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -381,11 +381,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -415,11 +415,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -449,11 +449,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -484,11 +484,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -521,11 +521,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -556,11 +556,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -594,11 +594,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -629,11 +629,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 diff --git a/manpages/po/de/lb_source_checksums.1.po b/manpages/po/de/lb_source_checksums.1.po index 9b1fce3c0..16a1c3ff4 100644 --- a/manpages/po/de/lb_source_checksums.1.po +++ b/manpages/po/de/lb_source_checksums.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_source_debian-live.1.po b/manpages/po/de/lb_source_debian-live.1.po index 2462b37fe..12f8d4dc8 100644 --- a/manpages/po/de/lb_source_debian-live.1.po +++ b/manpages/po/de/lb_source_debian-live.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_source_debian.1.po b/manpages/po/de/lb_source_debian.1.po index 6fb9fab23..f226b31c3 100644 --- a/manpages/po/de/lb_source_debian.1.po +++ b/manpages/po/de/lb_source_debian.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_source_disk.1.po b/manpages/po/de/lb_source_disk.1.po index 9468a330e..eeea063ca 100644 --- a/manpages/po/de/lb_source_disk.1.po +++ b/manpages/po/de/lb_source_disk.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_source_iso.1.po b/manpages/po/de/lb_source_iso.1.po index a56a81d93..420fe9dcd 100644 --- a/manpages/po/de/lb_source_iso.1.po +++ b/manpages/po/de/lb_source_iso.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_source_net.1.po b/manpages/po/de/lb_source_net.1.po index d141d5e30..6c6b1fd61 100644 --- a/manpages/po/de/lb_source_net.1.po +++ b/manpages/po/de/lb_source_net.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_source_tar.1.po b/manpages/po/de/lb_source_tar.1.po index 4c4366cad..70bbda9c0 100644 --- a/manpages/po/de/lb_source_tar.1.po +++ b/manpages/po/de/lb_source_tar.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_source_usb.1.po b/manpages/po/de/lb_source_usb.1.po index 69cf60126..aefaa767b 100644 --- a/manpages/po/de/lb_source_usb.1.po +++ b/manpages/po/de/lb_source_usb.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_source_virtual-hdd.1.po b/manpages/po/de/lb_source_virtual-hdd.1.po index 659c0e410..26501db1e 100644 --- a/manpages/po/de/lb_source_virtual-hdd.1.po +++ b/manpages/po/de/lb_source_virtual-hdd.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/po/de/lb_testroot.1.po b/manpages/po/de/lb_testroot.1.po index c05f4337e..cac9fd50c 100644 --- a/manpages/po/de/lb_testroot.1.po +++ b/manpages/po/de/lb_testroot.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -346,11 +346,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -381,11 +381,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -415,11 +415,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -449,11 +449,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -484,11 +484,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -521,11 +521,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -556,11 +556,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -594,11 +594,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -629,11 +629,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 diff --git a/manpages/po/de/live-build.7.po b/manpages/po/de/live-build.7.po index 720544655..5e08c35b1 100644 --- a/manpages/po/de/live-build.7.po +++ b/manpages/po/de/live-build.7.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" -"PO-Revision-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" +"PO-Revision-Date: 2011-06-11 15:36+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -443,11 +443,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -480,11 +480,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -515,11 +515,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -553,11 +553,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -588,11 +588,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -603,25 +603,25 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:326 en/live-build.7:36 +#: en/lb_config.1:324 en/live-build.7:36 #, no-wrap msgid "B<--debug>" msgstr "" #. type: IP -#: en/lb_config.1:338 en/live-build.7:38 +#: en/lb_config.1:336 en/live-build.7:38 #, no-wrap msgid "B<--force>" msgstr "" #. type: IP -#: en/lb_config.1:449 en/live-build.7:40 +#: en/lb_config.1:447 en/live-build.7:40 #, no-wrap msgid "B<--quiet>" msgstr "" #. type: IP -#: en/lb_config.1:487 en/live-build.7:42 +#: en/lb_config.1:483 en/live-build.7:42 #, no-wrap msgid "B<--verbose>" msgstr "" @@ -1276,12 +1276,12 @@ msgstr "" #. type: IP #: en/live-build.7:144 #, no-wrap -msgid "B<lb_chroot_tasks>(1)" +msgid "B<lb_chroot_local-tasklists>(1)" msgstr "" #. type: Plain text #: en/live-build.7:146 -msgid "install tasks into chroot" +msgid "install local task lists into chroot" msgstr "" #. type: SS diff --git a/manpages/po4a.cfg b/manpages/po4a.cfg index 5344c32bc..5b48b0ae1 100644 --- a/manpages/po4a.cfg +++ b/manpages/po4a.cfg @@ -49,6 +49,7 @@ [type: man] en/lb_chroot_local-packages.1 $lang:$lang/lb_chroot_local-packages.$lang.1 [type: man] en/lb_chroot_local-patches.1 $lang:$lang/lb_chroot_local-patches.$lang.1 [type: man] en/lb_chroot_local-preseed.1 $lang:$lang/lb_chroot_local-preseed.$lang.1 +[type: man] en/lb_chroot_local-tasklists.1 $lang:$lang/lb_chroot_local-tasklists.$lang.1 [type: man] en/lb_chroot_packagelists.1 $lang:$lang/lb_chroot_packagelists.$lang.1 [type: man] en/lb_chroot_preseed.1 $lang:$lang/lb_chroot_preseed.$lang.1 [type: man] en/lb_chroot_proc.1 $lang:$lang/lb_chroot_proc.$lang.1 @@ -57,7 +58,6 @@ [type: man] en/lb_chroot_sources.1 $lang:$lang/lb_chroot_sources.$lang.1 [type: man] en/lb_chroot_sysfs.1 $lang:$lang/lb_chroot_sysfs.$lang.1 [type: man] en/lb_chroot_sysv-rc.1 $lang:$lang/lb_chroot_sysv-rc.$lang.1 -[type: man] en/lb_chroot_tasks.1 $lang:$lang/lb_chroot_tasks.$lang.1 [type: man] en/lb_chroot_upstart.1 $lang:$lang/lb_chroot_upstart.$lang.1 [type: man] en/lb_clean.1 $lang:$lang/lb_clean.$lang.1 [type: man] en/lb_config.1 $lang:$lang/lb_config.$lang.1 diff --git a/manpages/pot/lb.1.pot b/manpages/pot/lb.1.pot index f98f03ff3..4b40c59ca 100644 --- a/manpages/pot/lb.1.pot +++ b/manpages/pot/lb.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -206,12 +206,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -249,12 +249,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -291,11 +291,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -334,11 +334,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -376,11 +376,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -411,11 +411,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -445,11 +445,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -479,11 +479,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -551,11 +551,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -586,11 +586,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -624,11 +624,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -659,11 +659,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 diff --git a/manpages/pot/lb_binary.1.pot b/manpages/pot/lb_binary.1.pot index 6e7b30ad3..fc6a03e32 100644 --- a/manpages/pot/lb_binary.1.pot +++ b/manpages/pot/lb_binary.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -346,11 +346,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -381,11 +381,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -415,11 +415,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -449,11 +449,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -484,11 +484,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -521,11 +521,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -556,11 +556,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -594,11 +594,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -629,11 +629,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 diff --git a/manpages/pot/lb_binary_checksums.1.pot b/manpages/pot/lb_binary_checksums.1.pot index 4f723cc07..047135e33 100644 --- a/manpages/pot/lb_binary_checksums.1.pot +++ b/manpages/pot/lb_binary_checksums.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -683,10 +683,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_binary_chroot.1.pot b/manpages/pot/lb_binary_chroot.1.pot index 66dbb9ed3..8a73052c5 100644 --- a/manpages/pot/lb_binary_chroot.1.pot +++ b/manpages/pot/lb_binary_chroot.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_binary_debian-installer.1.pot b/manpages/pot/lb_binary_debian-installer.1.pot index cd5d5719f..c02b8eecd 100644 --- a/manpages/pot/lb_binary_debian-installer.1.pot +++ b/manpages/pot/lb_binary_debian-installer.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_binary_disk.1.pot b/manpages/pot/lb_binary_disk.1.pot index 2795e6fc8..df112186d 100644 --- a/manpages/pot/lb_binary_disk.1.pot +++ b/manpages/pot/lb_binary_disk.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_binary_grub.1.pot b/manpages/pot/lb_binary_grub.1.pot index 65aae4fce..e0ebba883 100644 --- a/manpages/pot/lb_binary_grub.1.pot +++ b/manpages/pot/lb_binary_grub.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_binary_grub2.1.pot b/manpages/pot/lb_binary_grub2.1.pot index 7eb200cc3..aaa89bd66 100644 --- a/manpages/pot/lb_binary_grub2.1.pot +++ b/manpages/pot/lb_binary_grub2.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_binary_includes.1.pot b/manpages/pot/lb_binary_includes.1.pot index f044af1d6..b4b407291 100644 --- a/manpages/pot/lb_binary_includes.1.pot +++ b/manpages/pot/lb_binary_includes.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_binary_iso.1.pot b/manpages/pot/lb_binary_iso.1.pot index 67c3895af..6df10eec9 100644 --- a/manpages/pot/lb_binary_iso.1.pot +++ b/manpages/pot/lb_binary_iso.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_binary_linux-image.1.pot b/manpages/pot/lb_binary_linux-image.1.pot index fca896660..e3a14162d 100644 --- a/manpages/pot/lb_binary_linux-image.1.pot +++ b/manpages/pot/lb_binary_linux-image.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_binary_local-hooks.1.pot b/manpages/pot/lb_binary_local-hooks.1.pot index 80976074a..795d4141c 100644 --- a/manpages/pot/lb_binary_local-hooks.1.pot +++ b/manpages/pot/lb_binary_local-hooks.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_binary_local-includes.1.pot b/manpages/pot/lb_binary_local-includes.1.pot index e1a001467..187f7a8b9 100644 --- a/manpages/pot/lb_binary_local-includes.1.pot +++ b/manpages/pot/lb_binary_local-includes.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_binary_local-packagelists.1.pot b/manpages/pot/lb_binary_local-packagelists.1.pot index 491740d58..f3a9f6fc1 100644 --- a/manpages/pot/lb_binary_local-packagelists.1.pot +++ b/manpages/pot/lb_binary_local-packagelists.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_binary_manifest.1.pot b/manpages/pot/lb_binary_manifest.1.pot index 90cc4f551..9ce9f9f5a 100644 --- a/manpages/pot/lb_binary_manifest.1.pot +++ b/manpages/pot/lb_binary_manifest.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_binary_memtest.1.pot b/manpages/pot/lb_binary_memtest.1.pot index 7d3fddae5..46f811bb8 100644 --- a/manpages/pot/lb_binary_memtest.1.pot +++ b/manpages/pot/lb_binary_memtest.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_binary_net.1.pot b/manpages/pot/lb_binary_net.1.pot index 7d053eaa5..dd38f8cac 100644 --- a/manpages/pot/lb_binary_net.1.pot +++ b/manpages/pot/lb_binary_net.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_binary_rootfs.1.pot b/manpages/pot/lb_binary_rootfs.1.pot index ae71e3a50..23a8f3663 100644 --- a/manpages/pot/lb_binary_rootfs.1.pot +++ b/manpages/pot/lb_binary_rootfs.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_binary_silo.1.pot b/manpages/pot/lb_binary_silo.1.pot index c9d8684b7..bd3ac0e48 100644 --- a/manpages/pot/lb_binary_silo.1.pot +++ b/manpages/pot/lb_binary_silo.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_binary_syslinux.1.pot b/manpages/pot/lb_binary_syslinux.1.pot index bf2c9ed9f..faf4e2d06 100644 --- a/manpages/pot/lb_binary_syslinux.1.pot +++ b/manpages/pot/lb_binary_syslinux.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_binary_tar.1.pot b/manpages/pot/lb_binary_tar.1.pot index 4b1fb9bce..ec97861e7 100644 --- a/manpages/pot/lb_binary_tar.1.pot +++ b/manpages/pot/lb_binary_tar.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_binary_usb.1.pot b/manpages/pot/lb_binary_usb.1.pot index 8d41e97ae..29eacbd56 100644 --- a/manpages/pot/lb_binary_usb.1.pot +++ b/manpages/pot/lb_binary_usb.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_binary_virtual-hdd.1.pot b/manpages/pot/lb_binary_virtual-hdd.1.pot index a663f97c3..76dd4a179 100644 --- a/manpages/pot/lb_binary_virtual-hdd.1.pot +++ b/manpages/pot/lb_binary_virtual-hdd.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_binary_win32-loader.1.pot b/manpages/pot/lb_binary_win32-loader.1.pot index 9ba730354..95fbc1926 100644 --- a/manpages/pot/lb_binary_win32-loader.1.pot +++ b/manpages/pot/lb_binary_win32-loader.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_binary_yaboot.1.pot b/manpages/pot/lb_binary_yaboot.1.pot index 015cc04b0..463fd4ab7 100644 --- a/manpages/pot/lb_binary_yaboot.1.pot +++ b/manpages/pot/lb_binary_yaboot.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_bootstrap.1.pot b/manpages/pot/lb_bootstrap.1.pot index 3d9ee5f46..242b4e5bf 100644 --- a/manpages/pot/lb_bootstrap.1.pot +++ b/manpages/pot/lb_bootstrap.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -346,11 +346,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -381,11 +381,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -415,11 +415,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -449,11 +449,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -484,11 +484,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -521,11 +521,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -556,11 +556,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -594,11 +594,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -629,11 +629,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 diff --git a/manpages/pot/lb_bootstrap_cache.1.pot b/manpages/pot/lb_bootstrap_cache.1.pot index 2e5240722..83ed6409e 100644 --- a/manpages/pot/lb_bootstrap_cache.1.pot +++ b/manpages/pot/lb_bootstrap_cache.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_bootstrap_cdebootstrap.1.pot b/manpages/pot/lb_bootstrap_cdebootstrap.1.pot index a2335634a..c56d7e346 100644 --- a/manpages/pot/lb_bootstrap_cdebootstrap.1.pot +++ b/manpages/pot/lb_bootstrap_cdebootstrap.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_bootstrap_copy.1.pot b/manpages/pot/lb_bootstrap_copy.1.pot index 91236dc40..6d37e7ea8 100644 --- a/manpages/pot/lb_bootstrap_copy.1.pot +++ b/manpages/pot/lb_bootstrap_copy.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_bootstrap_debootstrap.1.pot b/manpages/pot/lb_bootstrap_debootstrap.1.pot index f6c96baf2..1d1ef6a84 100644 --- a/manpages/pot/lb_bootstrap_debootstrap.1.pot +++ b/manpages/pot/lb_bootstrap_debootstrap.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_build.1.pot b/manpages/pot/lb_build.1.pot index 3f495cb62..06cff153a 100644 --- a/manpages/pot/lb_build.1.pot +++ b/manpages/pot/lb_build.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 diff --git a/manpages/pot/lb_chroot.1.pot b/manpages/pot/lb_chroot.1.pot index 555ab4a59..e6558e7f8 100644 --- a/manpages/pot/lb_chroot.1.pot +++ b/manpages/pot/lb_chroot.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -346,11 +346,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -381,11 +381,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -415,11 +415,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -449,11 +449,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -484,11 +484,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -521,11 +521,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -556,11 +556,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -594,11 +594,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -629,11 +629,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 diff --git a/manpages/pot/lb_chroot_apt.1.pot b/manpages/pot/lb_chroot_apt.1.pot index fd85e1767..1f5629170 100644 --- a/manpages/pot/lb_chroot_apt.1.pot +++ b/manpages/pot/lb_chroot_apt.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_chroot_cache.1.pot b/manpages/pot/lb_chroot_cache.1.pot index 582e6d722..3b06ff359 100644 --- a/manpages/pot/lb_chroot_cache.1.pot +++ b/manpages/pot/lb_chroot_cache.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_chroot_debianchroot.1.pot b/manpages/pot/lb_chroot_debianchroot.1.pot index 37184eec3..22d496065 100644 --- a/manpages/pot/lb_chroot_debianchroot.1.pot +++ b/manpages/pot/lb_chroot_debianchroot.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_chroot_devpts.1.pot b/manpages/pot/lb_chroot_devpts.1.pot index dd6f01739..6b8552173 100644 --- a/manpages/pot/lb_chroot_devpts.1.pot +++ b/manpages/pot/lb_chroot_devpts.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_chroot_dpkg.1.pot b/manpages/pot/lb_chroot_dpkg.1.pot index 48e029496..8fe72306d 100644 --- a/manpages/pot/lb_chroot_dpkg.1.pot +++ b/manpages/pot/lb_chroot_dpkg.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_chroot_hacks.1.pot b/manpages/pot/lb_chroot_hacks.1.pot index be9413ac2..49ce5eba1 100644 --- a/manpages/pot/lb_chroot_hacks.1.pot +++ b/manpages/pot/lb_chroot_hacks.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_chroot_hostname.1.pot b/manpages/pot/lb_chroot_hostname.1.pot index d15f32950..5d7caffd1 100644 --- a/manpages/pot/lb_chroot_hostname.1.pot +++ b/manpages/pot/lb_chroot_hostname.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_chroot_hosts.1.pot b/manpages/pot/lb_chroot_hosts.1.pot index bcce60008..5957f4726 100644 --- a/manpages/pot/lb_chroot_hosts.1.pot +++ b/manpages/pot/lb_chroot_hosts.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_chroot_install-packages.1.pot b/manpages/pot/lb_chroot_install-packages.1.pot index bc2c5d527..09065b20e 100644 --- a/manpages/pot/lb_chroot_install-packages.1.pot +++ b/manpages/pot/lb_chroot_install-packages.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_chroot_interactive.1.pot b/manpages/pot/lb_chroot_interactive.1.pot index bbb2905f9..029d445b6 100644 --- a/manpages/pot/lb_chroot_interactive.1.pot +++ b/manpages/pot/lb_chroot_interactive.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_chroot_linux-image.1.pot b/manpages/pot/lb_chroot_linux-image.1.pot index 325be2073..09768ba26 100644 --- a/manpages/pot/lb_chroot_linux-image.1.pot +++ b/manpages/pot/lb_chroot_linux-image.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_chroot_local-hooks.1.pot b/manpages/pot/lb_chroot_local-hooks.1.pot index dc51b5dc4..eb01dc897 100644 --- a/manpages/pot/lb_chroot_local-hooks.1.pot +++ b/manpages/pot/lb_chroot_local-hooks.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_chroot_local-includes.1.pot b/manpages/pot/lb_chroot_local-includes.1.pot index 7ef983dc0..5388e32cc 100644 --- a/manpages/pot/lb_chroot_local-includes.1.pot +++ b/manpages/pot/lb_chroot_local-includes.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_chroot_local-packagelists.1.pot b/manpages/pot/lb_chroot_local-packagelists.1.pot index 4ab149f49..11397568d 100644 --- a/manpages/pot/lb_chroot_local-packagelists.1.pot +++ b/manpages/pot/lb_chroot_local-packagelists.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_chroot_local-packages.1.pot b/manpages/pot/lb_chroot_local-packages.1.pot index f3185a191..0d9c5269e 100644 --- a/manpages/pot/lb_chroot_local-packages.1.pot +++ b/manpages/pot/lb_chroot_local-packages.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_chroot_local-patches.1.pot b/manpages/pot/lb_chroot_local-patches.1.pot index ef966118a..9add52cb6 100644 --- a/manpages/pot/lb_chroot_local-patches.1.pot +++ b/manpages/pot/lb_chroot_local-patches.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_chroot_local-preseed.1.pot b/manpages/pot/lb_chroot_local-preseed.1.pot index c7952540d..1a6fd336a 100644 --- a/manpages/pot/lb_chroot_local-preseed.1.pot +++ b/manpages/pot/lb_chroot_local-preseed.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_chroot_tasks.1.pot b/manpages/pot/lb_chroot_local-tasklists.1.pot index 4728dbbe4..d4917f789 100644 --- a/manpages/pot/lb_chroot_tasks.1.pot +++ b/manpages/pot/lb_chroot_local-tasklists.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 @@ -671,26 +671,26 @@ msgid "B<n/a>" msgstr "" #. type: Plain text -#: en/lb_chroot_tasks.1:5 -msgid "B<lb chroot_tasks> - Complete the chroot stage" +#: en/lb_chroot_local-tasklists.1:5 +msgid "B<lb chroot_local-tasklists> - Complete the chroot stage" msgstr "" #. type: Plain text -#: en/lb_chroot_tasks.1:8 -msgid "B<lb chroot_tasks> [I<live-build options>]" +#: en/lb_chroot_local-tasklists.1:8 +msgid "B<lb chroot_local-tasklists> [I<live-build options>]" msgstr "" #. type: Plain text -#: en/lb_chroot_tasks.1:11 +#: en/lb_chroot_local-tasklists.1:11 msgid "" -"B<lb chroot_tasks> is a low-level command (plumbing) of I<live-build>(7), " -"the Debian Live tool suite." +"B<lb chroot_local-tasklists> is a low-level command (plumbing) of I<live-" +"build>(7), the Debian Live tool suite." msgstr "" #. type: Plain text -#: en/lb_chroot_tasks.1:16 +#: en/lb_chroot_local-tasklists.1:16 msgid "" -"B<lb chroot_tasks> has no specific options but understands all generic live-" -"build options. See I<live-build>(7) for a complete list of all generic live-" -"build options." +"B<lb chroot_local-tasklists> has no specific options but understands all " +"generic live-build options. See I<live-build>(7) for a complete list of all " +"generic live-build options." msgstr "" diff --git a/manpages/pot/lb_chroot_packagelists.1.pot b/manpages/pot/lb_chroot_packagelists.1.pot index cecb8a3e7..cb604dc64 100644 --- a/manpages/pot/lb_chroot_packagelists.1.pot +++ b/manpages/pot/lb_chroot_packagelists.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_chroot_preseed.1.pot b/manpages/pot/lb_chroot_preseed.1.pot index 18df512c2..edfda2d8e 100644 --- a/manpages/pot/lb_chroot_preseed.1.pot +++ b/manpages/pot/lb_chroot_preseed.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_chroot_proc.1.pot b/manpages/pot/lb_chroot_proc.1.pot index 5a38ead29..f996d6046 100644 --- a/manpages/pot/lb_chroot_proc.1.pot +++ b/manpages/pot/lb_chroot_proc.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_chroot_resolv.1.pot b/manpages/pot/lb_chroot_resolv.1.pot index 49ac1d14f..77cb79906 100644 --- a/manpages/pot/lb_chroot_resolv.1.pot +++ b/manpages/pot/lb_chroot_resolv.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_chroot_selinuxfs.1.pot b/manpages/pot/lb_chroot_selinuxfs.1.pot index 62390f5b8..ccc2e87ca 100644 --- a/manpages/pot/lb_chroot_selinuxfs.1.pot +++ b/manpages/pot/lb_chroot_selinuxfs.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_chroot_sources.1.pot b/manpages/pot/lb_chroot_sources.1.pot index 1d375c869..4e652e1d8 100644 --- a/manpages/pot/lb_chroot_sources.1.pot +++ b/manpages/pot/lb_chroot_sources.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_chroot_sysfs.1.pot b/manpages/pot/lb_chroot_sysfs.1.pot index 4b8f09e90..d468ba233 100644 --- a/manpages/pot/lb_chroot_sysfs.1.pot +++ b/manpages/pot/lb_chroot_sysfs.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_chroot_sysv-rc.1.pot b/manpages/pot/lb_chroot_sysv-rc.1.pot index e3faf3816..c5bcd4888 100644 --- a/manpages/pot/lb_chroot_sysv-rc.1.pot +++ b/manpages/pot/lb_chroot_sysv-rc.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_chroot_upstart.1.pot b/manpages/pot/lb_chroot_upstart.1.pot index 337fb810e..9a63f61f1 100644 --- a/manpages/pot/lb_chroot_upstart.1.pot +++ b/manpages/pot/lb_chroot_upstart.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_clean.1.pot b/manpages/pot/lb_clean.1.pot index 3502d2852..49a632577 100644 --- a/manpages/pot/lb_clean.1.pot +++ b/manpages/pot/lb_clean.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 diff --git a/manpages/pot/lb_config.1.pot b/manpages/pot/lb_config.1.pot index 870bdaef1..b61624ff0 100644 --- a/manpages/pot/lb_config.1.pot +++ b/manpages/pot/lb_config.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -1185,52 +1185,47 @@ msgstr "" #. type: Plain text #: en/lb_config.1:225 -msgid " [B<--tasks> I<TASK>|\"I<TASKS>\"]" -msgstr "" - -#. type: Plain text -#: en/lb_config.1:227 msgid " [B<--templates> I<PATH>]" msgstr "" #. type: Plain text -#: en/lb_config.1:229 +#: en/lb_config.1:227 msgid " [B<--virtual-root-size >I<MB>]" msgstr "" #. type: Plain text -#: en/lb_config.1:231 +#: en/lb_config.1:229 msgid " [B<--volatile> true|false]" msgstr "" #. type: Plain text -#: en/lb_config.1:233 +#: en/lb_config.1:231 msgid " [B<--backports> true|false]" msgstr "" #. type: Plain text -#: en/lb_config.1:235 +#: en/lb_config.1:233 msgid " [B<--exposed-root> true|false]" msgstr "" #. type: Plain text -#: en/lb_config.1:237 +#: en/lb_config.1:235 msgid " [B<--username> I<NAME>]" msgstr "" #. type: Plain text -#: en/lb_config.1:239 +#: en/lb_config.1:237 msgid " [B<--verbose>]" msgstr "" #. FIXME #. type: Plain text -#: en/lb_config.1:242 +#: en/lb_config.1:240 msgid " [B<--win32-loader true|false]>" msgstr "" #. type: Plain text -#: en/lb_config.1:245 +#: en/lb_config.1:243 msgid "" "B<lb config> is a high-level command (porcelain) of I<live-build>(7), the " "Debian Live tool suite." @@ -1238,7 +1233,7 @@ msgstr "" #. FIXME #. type: Plain text -#: en/lb_config.1:248 +#: en/lb_config.1:246 msgid "" "B<lb config> populates the configuration directory for live-build. By " "default, this directory is named 'config' and is created in the current " @@ -1247,7 +1242,7 @@ msgstr "" #. FIXME #. type: Plain text -#: en/lb_config.1:251 +#: en/lb_config.1:249 msgid "" "Note: Currently B<lb config> tries to be smart and sets defaults for some " "options depending on the setting of other options (e.g. which linux packages " @@ -1263,7 +1258,7 @@ msgid "" msgstr "" #. type: Plain text -#: en/lb_config.1:254 +#: en/lb_config.1:252 msgid "" "In addition to its specific options B<lb config> understands all generic " "live-build options. See I<live-build>(7) for a complete list of all generic " @@ -1272,26 +1267,26 @@ msgstr "" #. FIXME #. type: IP -#: en/lb_config.1:256 +#: en/lb_config.1:254 #, no-wrap msgid "B<--apt> apt|aptitude" msgstr "" #. type: Plain text -#: en/lb_config.1:258 +#: en/lb_config.1:256 msgid "" "defines if apt-get or aptitude is used to install packages when building the " "image. The default is apt." msgstr "" #. type: IP -#: en/lb_config.1:258 +#: en/lb_config.1:256 #, no-wrap msgid "B<--apt-ftp-proxy> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:260 +#: en/lb_config.1:258 msgid "" "sets the ftp proxy to be used by apt. By default, this is empty but if the " "host has the environment variable ftp_proxy set, apt-ftp-proxy gets " @@ -1299,13 +1294,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:260 +#: en/lb_config.1:258 #, no-wrap msgid "B<--apt-http-proxy> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:262 +#: en/lb_config.1:260 msgid "" "sets the http proxy to be used by apt. By default, this is empty but if the " "host has the environment variable http_proxy set, apt-http-proxy gets " @@ -1313,26 +1308,26 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:262 +#: en/lb_config.1:260 #, no-wrap msgid "B<--apt-indices> true|false|none" msgstr "" #. type: Plain text -#: en/lb_config.1:264 +#: en/lb_config.1:262 msgid "" "defines if the resulting images should have apt indices or not and defaults " "to true. If set to none, no indices are included at all." msgstr "" #. type: IP -#: en/lb_config.1:264 +#: en/lb_config.1:262 #, no-wrap msgid "B<--apt-options> I<OPTION>|\"I<OPTIONS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:266 +#: en/lb_config.1:264 msgid "" "defines the default options that will be appended to every apt call that is " "made inside chroot during the building of the image. By default, this is set " @@ -1340,13 +1335,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:266 +#: en/lb_config.1:264 #, no-wrap msgid "B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:268 +#: en/lb_config.1:266 msgid "" "defines the default options that will be appended to every aptitude call " "that is made inside chroot during building of the image. By default, this is " @@ -1354,13 +1349,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:268 +#: en/lb_config.1:266 #, no-wrap msgid "B<--apt-pipeline> I<DEPTH>" msgstr "" #. type: Plain text -#: en/lb_config.1:270 +#: en/lb_config.1:268 msgid "" "sets the depth of the apt/aptitude pipeline. In cases where the remote " "server is not RFC conforming or buggy (such as Squid 2.0.2) this option can " @@ -1372,38 +1367,38 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:270 +#: en/lb_config.1:268 #, no-wrap msgid "B<--apt-recommends> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:272 +#: en/lb_config.1:270 msgid "" "defines if apt should install recommended packages automatically. By " "default, this is true except in emdebian mode." msgstr "" #. type: IP -#: en/lb_config.1:272 +#: en/lb_config.1:270 #, no-wrap msgid "B<--apt-secure> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:274 +#: en/lb_config.1:272 msgid "" "defines if apt should check repository signatures. This is true by default." msgstr "" #. type: IP -#: en/lb_config.1:274 +#: en/lb_config.1:272 #, no-wrap msgid "-a|B<--architectures> I<ARCHITECTURE>" msgstr "" #. type: Plain text -#: en/lb_config.1:276 +#: en/lb_config.1:274 msgid "" "defines the architecture of the to be build image. By default, this is set " "to the host architecture. Note that you cannot crossbuild for another " @@ -1414,13 +1409,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:276 +#: en/lb_config.1:274 #, no-wrap msgid "-b|B<--binary-images> iso|iso-hybrid|net|tar|usb-hdd" msgstr "" #. type: Plain text -#: en/lb_config.1:278 +#: en/lb_config.1:276 msgid "" "defines the image type to build. By default, for images using syslinux this " "is set to iso-hybrid to build CD/DVD images that may also be used like usb-" @@ -1428,13 +1423,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:278 +#: en/lb_config.1:276 #, no-wrap msgid "B<--binary-filesystem> fat16|fat32|ext2" msgstr "" #. type: Plain text -#: en/lb_config.1:280 +#: en/lb_config.1:278 msgid "" "defines the filesystem to be used in the image type. This only has an effect " "if the selected binary image type does allow to choose a filesystem. For " @@ -1447,24 +1442,24 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:280 +#: en/lb_config.1:278 #, no-wrap msgid "B<--bootappend-install> I<PARAMETER>|\"I<PARAMETERS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:282 +#: en/lb_config.1:280 msgid "sets boot parameters specific to debian-installer, if included." msgstr "" #. type: IP -#: en/lb_config.1:282 +#: en/lb_config.1:280 #, no-wrap msgid "B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:284 +#: en/lb_config.1:282 msgid "" "sets boot parameters specific to debian-live. A complete list of boot " "parameters can be found, for etch, in the manpage of casper, for all other " @@ -1473,13 +1468,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:284 +#: en/lb_config.1:282 #, no-wrap msgid "B<--bootloader> grub|syslinux|yaboot" msgstr "" #. type: Plain text -#: en/lb_config.1:286 +#: en/lb_config.1:284 msgid "" "defines which bootloader is beeing used in the generated image. This has " "only an effect if the selected binary image type does allow to choose the " @@ -1492,13 +1487,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:286 +#: en/lb_config.1:284 #, no-wrap msgid "B<--bootstrap> cdebootstrap|cdebootstrap-static|debootstrap|copy" msgstr "" #. type: Plain text -#: en/lb_config.1:288 +#: en/lb_config.1:286 msgid "" "defines which program is used to bootstrap the debian chroot, default is " "debootstrap. Note that if you set the bootstrap program to copy, then your " @@ -1508,13 +1503,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:288 +#: en/lb_config.1:286 #, no-wrap msgid "-f|B<--bootstrap-flavour> minimal|standard" msgstr "" #. type: Plain text -#: en/lb_config.1:290 +#: en/lb_config.1:288 msgid "" "defines if the bootstrap program should bootstrap the standard system (all " "packages of priority required and important, which is the default) or a " @@ -1522,39 +1517,39 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:290 +#: en/lb_config.1:288 #, no-wrap msgid "B<--bootstrap-keyring> I<PACKAGE>" msgstr "" #. type: Plain text -#: en/lb_config.1:292 +#: en/lb_config.1:290 msgid "" "sets the archive keyring package to be used. Default is debian-archive-" "keyring." msgstr "" #. type: IP -#: en/lb_config.1:292 +#: en/lb_config.1:290 #, no-wrap msgid "B<--cache> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:294 +#: en/lb_config.1:292 msgid "" "defines globally if any cache should be used at all. Different caches can be " "controled through the their own options." msgstr "" #. type: IP -#: en/lb_config.1:294 +#: en/lb_config.1:292 #, no-wrap msgid "B<--cache-indices> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:296 +#: en/lb_config.1:294 msgid "" "defines if downloaded package indices and lists should be cached which is " "false by default. Enabling it would allow to rebuild an image completely " @@ -1562,13 +1557,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:296 +#: en/lb_config.1:294 #, no-wrap msgid "B<--cache-packages> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:298 +#: en/lb_config.1:296 msgid "" "defines if downloaded packages files should be cached which is true by " "default. Disabling it does save space consumtion in your build directory, " @@ -1579,13 +1574,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:298 +#: en/lb_config.1:296 #, no-wrap msgid "B<--cache-stages> true|false|I<STAGE>|\"I<STAGES>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:300 +#: en/lb_config.1:298 msgid "" "sets which stages should be cached. By default set to bootstrap. As an " "exception to the normal stage names, also rootfs can be used here which does " @@ -1595,13 +1590,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:300 +#: en/lb_config.1:298 #, no-wrap msgid "B<--checksums> md5|sha1|sha256|none" msgstr "" #. type: Plain text -#: en/lb_config.1:302 +#: en/lb_config.1:300 msgid "" "defines if the binary image should contain a file called md5sums.txt, " "sha1sums.txt and/or sha256sums.txt. These lists all files on the image " @@ -1613,26 +1608,26 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:302 +#: en/lb_config.1:300 #, no-wrap msgid "B<--compression> bzip2|gzip|lzip|none" msgstr "" #. type: Plain text -#: en/lb_config.1:304 +#: en/lb_config.1:302 msgid "" "defines the compression program to be used to compress tarballs. Defaults to " "gzip." msgstr "" #. type: IP -#: en/lb_config.1:304 +#: en/lb_config.1:302 #, no-wrap msgid "B<--build-with-chroot> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:306 +#: en/lb_config.1:304 msgid "" "defines whetever live-build should use the tools from within the chroot to " "build the binary image or not by using and including the host systems tools. " @@ -1647,13 +1642,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:306 +#: en/lb_config.1:304 #, no-wrap msgid "B<--chroot-filesystem> ext2|ext3|squashfs|plain|jffs2" msgstr "" #. type: Plain text -#: en/lb_config.1:308 +#: en/lb_config.1:306 msgid "" "defines which filesystem type should be used for the root filesystem image. " "If you use plain, then no filesystem image is created and the root " @@ -1664,39 +1659,39 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:308 +#: en/lb_config.1:306 #, no-wrap msgid "B<--clean>" msgstr "" #. type: Plain text -#: en/lb_config.1:310 +#: en/lb_config.1:308 msgid "" "minimizes config directory by automatically removing unused and thus empty " "subdirectories." msgstr "" #. type: IP -#: en/lb_config.1:310 +#: en/lb_config.1:308 #, no-wrap msgid "-c|B<--conffile> I<FILE>" msgstr "" #. type: Plain text -#: en/lb_config.1:312 +#: en/lb_config.1:310 msgid "" "using a user specified alternative configuration file in addition to the " "normally used one in the config directory." msgstr "" #. type: IP -#: en/lb_config.1:312 +#: en/lb_config.1:310 #, no-wrap msgid "B<--debconf-frontend> dialog|editor|noninteractive|readline" msgstr "" #. type: Plain text -#: en/lb_config.1:314 +#: en/lb_config.1:312 msgid "" "defines what value the debconf frontend should be set to inside the chroot. " "Note that setting it to anything by noninteractive, which is the default, " @@ -1704,13 +1699,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:314 +#: en/lb_config.1:312 #, no-wrap msgid "B<--debconf-nowarnings> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:316 +#: en/lb_config.1:314 msgid "" "defines if warnings of debconf should be displayed or not. Warnings from " "debconf are generally very rare and by default, we skipp them, if any, in " @@ -1718,13 +1713,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:316 +#: en/lb_config.1:314 #, no-wrap msgid "B<--debconf-priority> low|medium|high|critical" msgstr "" #. type: Plain text -#: en/lb_config.1:318 +#: en/lb_config.1:316 msgid "" "defines what value the debconf priority shoul dbe set to inside the chroot. " "By default, it is set to critical, which means that almost no questions are " @@ -1733,13 +1728,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:318 +#: en/lb_config.1:316 #, no-wrap msgid "B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false" msgstr "" #. type: Plain text -#: en/lb_config.1:320 +#: en/lb_config.1:318 msgid "" "defines which type, if any, of the debian-installer should be included in " "the resulting binary image. By default, no installer is included. All " @@ -1751,13 +1746,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:320 +#: en/lb_config.1:318 #, no-wrap msgid "B<--debian-installer-distribution> daily|I<CODENAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:322 +#: en/lb_config.1:320 msgid "" "defines the distribution where the debian-installer files should be taken " "out from. Normally, this should be set to the same distribution as the live " @@ -1766,26 +1761,26 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:322 +#: en/lb_config.1:320 #, no-wrap msgid "B<--debian-installer-preseedfile> I<FILE>|I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:324 +#: en/lb_config.1:322 msgid "" "sets the filename or URL for an optionally used and included preseeding file " "for debian-installer." msgstr "" #. type: IP -#: en/lb_config.1:324 +#: en/lb_config.1:322 #, no-wrap msgid "B<--debian-installer-gui> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:326 +#: en/lb_config.1:324 msgid "" "defines if the debian-installer graphical GTK interface should be true or " "not. In Debian mode and for most versions of Ubuntu, this option is true, " @@ -1793,60 +1788,60 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:326 en/live-build.7:36 +#: en/lb_config.1:324 en/live-build.7:36 #, no-wrap msgid "B<--debug>" msgstr "" #. type: Plain text -#: en/lb_config.1:328 +#: en/lb_config.1:326 msgid "turn on debugging informational messages." msgstr "" #. type: IP -#: en/lb_config.1:328 +#: en/lb_config.1:326 #, no-wrap msgid "-d|B<--distribution> I<CODENAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:330 +#: en/lb_config.1:328 msgid "defines the distribution of the resulting live system." msgstr "" #. type: IP -#: en/lb_config.1:330 +#: en/lb_config.1:328 #, no-wrap msgid "-d|B<--parent-distribution> I<CODENAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:332 +#: en/lb_config.1:330 msgid "" "defines the parent distribution for derivatives of the resulting live system." msgstr "" #. type: IP -#: en/lb_config.1:332 +#: en/lb_config.1:330 #, no-wrap msgid "-d|B<--parent-debian-installer-distribution> I<CODENAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:334 +#: en/lb_config.1:332 msgid "" "defines the parent debian-installer distribution for derivatives of the " "resulting live system." msgstr "" #. type: IP -#: en/lb_config.1:334 +#: en/lb_config.1:332 #, no-wrap msgid "B<--dump>" msgstr "" #. type: Plain text -#: en/lb_config.1:336 +#: en/lb_config.1:334 msgid "" "prepares a report of the currently present live system configuration and the " "version of live-build used. This is useful to provide if you submit bug " @@ -1855,26 +1850,26 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:336 +#: en/lb_config.1:334 #, no-wrap msgid "B<--fdisk> fdisk|fdisk.dist" msgstr "" #. type: Plain text -#: en/lb_config.1:338 +#: en/lb_config.1:336 msgid "" "sets the filename of the fdisk binary from the host system that should be " "used. This is autodetected and does generally not need any customization." msgstr "" #. type: IP -#: en/lb_config.1:338 en/live-build.7:38 +#: en/lb_config.1:336 en/live-build.7:38 #, no-wrap msgid "B<--force>" msgstr "" #. type: Plain text -#: en/lb_config.1:340 +#: en/lb_config.1:338 msgid "" "forces re-execution of already run stages. Use only if you know what you are " "doing. It is generally safer to use B<lb clean> to clean up before re-" @@ -1882,26 +1877,26 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:340 +#: en/lb_config.1:338 #, no-wrap msgid "B<--grub-splash> I<FILE>" msgstr "" #. type: Plain text -#: en/lb_config.1:342 +#: en/lb_config.1:340 msgid "" "defines the name of an optional to be included splash screen graphic for the " "grub bootloader." msgstr "" #. type: IP -#: en/lb_config.1:342 +#: en/lb_config.1:340 #, no-wrap msgid "B<--gzip-options> I<OPTION>|\"I<OPTIONS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:344 +#: en/lb_config.1:342 msgid "" "defines the default options that will be appended to (almost) every gzip " "call during the building of the image. By default, this is set to --best to " @@ -1910,13 +1905,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:344 +#: en/lb_config.1:342 #, no-wrap msgid "B<--hooks> I<FILE>" msgstr "" #. type: Plain text -#: en/lb_config.1:346 +#: en/lb_config.1:344 msgid "" "defines which hooks available in /usr/share/live/build/examples/hooks should " "be activated. Normally, there are no hooks executed. Make sure you know and " @@ -1924,24 +1919,24 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:346 +#: en/lb_config.1:344 #, no-wrap msgid "B<--hostname> I<NAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:348 +#: en/lb_config.1:346 msgid "sets the hostname of the live system." msgstr "" #. type: IP -#: en/lb_config.1:348 +#: en/lb_config.1:346 #, no-wrap msgid "B<--ignore-system-defaults>" msgstr "" #. type: Plain text -#: en/lb_config.1:350 +#: en/lb_config.1:348 msgid "" "B<lb config> by default reads system defaults from /etc/live/build.conf and /" "etc/live/build.d when generating a new live system config directory. This is " @@ -1950,13 +1945,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:350 +#: en/lb_config.1:348 #, no-wrap msgid "B<--includes> I<PATH|none>" msgstr "" #. type: Plain text -#: en/lb_config.1:352 +#: en/lb_config.1:350 msgid "" "sets the path to the includes that live-build is going to use, e.g. " "additional minimal documentation that you want to have on all live systems. " @@ -1965,13 +1960,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:352 +#: en/lb_config.1:350 #, no-wrap msgid "B<--initramfs> auto|none|live-boot|casper" msgstr "" #. type: Plain text -#: en/lb_config.1:354 +#: en/lb_config.1:352 msgid "" "sets the name of package that contains the live system specific initramfs " "modification. By default, auto is used, which means that at build time of " @@ -1982,13 +1977,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:354 +#: en/lb_config.1:352 #, no-wrap msgid "B<--interactive> shell" msgstr "" #. type: Plain text -#: en/lb_config.1:356 +#: en/lb_config.1:354 msgid "" "defines if after the chroot stage and before the beginning of the binary " "stage, a interactive shell login should be spawned in the chroot in order to " @@ -2002,24 +1997,24 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:356 +#: en/lb_config.1:354 #, no-wrap msgid "B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:358 +#: en/lb_config.1:356 msgid "defines options to pass to isohybrid." msgstr "" #. type: IP -#: en/lb_config.1:358 +#: en/lb_config.1:356 #, no-wrap msgid "B<--iso-application> I<NAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:360 +#: en/lb_config.1:358 msgid "" "sets the APPLICATION field in the header of a resulting CD/DVD image and " "defaults to \"Debian Live\" in debian mode, and to \"Emdebian Live\" in " @@ -2027,13 +2022,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:360 +#: en/lb_config.1:358 #, no-wrap msgid "B<--iso-preparer> I<NAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:362 +#: en/lb_config.1:360 msgid "" "sets the PREPARER field in the header of a resulting CD/DVD image. By " "default this is set to \"live-build I<VERSION>; http://packages.qa.debian." @@ -2042,13 +2037,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:362 +#: en/lb_config.1:360 #, no-wrap msgid "B<--iso-publisher> I<NAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:364 +#: en/lb_config.1:362 msgid "" "sets the PUBLISHED field in the header of a resulting CD/DVD image. By " "default, this is set to 'Debian Live project; http:/live.debian.net/; debian-" @@ -2057,13 +2052,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:364 +#: en/lb_config.1:362 #, no-wrap msgid "B<--iso-volume> I<NAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:366 +#: en/lb_config.1:364 msgid "" "sets the VOLUME field in the header of a resulting CD/DVD and defaults to " "'(I<MODE>) (I<DISTRIBUTION>) (I<DATE>)' whereas MODE is expanded to the name " @@ -2072,13 +2067,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:366 +#: en/lb_config.1:364 #, no-wrap msgid "B<--jffs2-eraseblock> I<SIZE>" msgstr "" #. type: Plain text -#: en/lb_config.1:368 +#: en/lb_config.1:366 msgid "" "sets the eraseblock size for a JFFS2 (Second Journalling Flash File System) " "filesystem. The default is 64 KiB. If you use an erase block size different " @@ -2088,26 +2083,26 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:368 +#: en/lb_config.1:366 #, no-wrap msgid "B<--keyring-packages> I<PACKAGE|\"PACKAGES>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:370 +#: en/lb_config.1:368 msgid "" "sets the keyring package or additional keyring packages. By default this is " "set to debian-archive-keyring." msgstr "" #. type: IP -#: en/lb_config.1:370 +#: en/lb_config.1:368 #, no-wrap msgid "-l|B<--language> I<LANGUAGE>" msgstr "" #. type: Plain text -#: en/lb_config.1:372 +#: en/lb_config.1:370 msgid "" "sets the language of a live system by installing l10n related packages. It " "doesn't enable generation of the correct locales through setting the right " @@ -2115,26 +2110,26 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:372 +#: en/lb_config.1:370 #, no-wrap msgid "-k|B<--linux-flavours> I<FLAVOUR>|\"I<FLAVOURS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:374 +#: en/lb_config.1:372 msgid "" "sets the kernel flavours to be installed. Note that in case you specify more " "than that the first will be configured the default kernel that gets booted." msgstr "" #. type: IP -#: en/lb_config.1:374 +#: en/lb_config.1:372 #, no-wrap msgid "B<--linux-packages> \"I<PACKAGES>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:376 +#: en/lb_config.1:374 msgid "" "sets the internal name of the kernel packages naming scheme. If you use " "debian kernel packages, you will not have to adjust it. If you decide to use " @@ -2148,26 +2143,26 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:376 +#: en/lb_config.1:374 #, no-wrap msgid "B<--losetup> losetup|losetup.orig" msgstr "" #. type: Plain text -#: en/lb_config.1:378 +#: en/lb_config.1:376 msgid "" "sets the filename of the losetup binary from the host system that should be " "used. This is autodetected and does generally not need any customization." msgstr "" #. type: IP -#: en/lb_config.1:378 +#: en/lb_config.1:376 #, no-wrap msgid "B<--memtest> memtest86+|memtest86|none" msgstr "" #. type: Plain text -#: en/lb_config.1:380 +#: en/lb_config.1:378 msgid "" "defines if memtest, memtest86+ or no memory tester at all should be included " "as secondary bootloader configuration. This is only available on amd64 and " @@ -2175,13 +2170,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:380 +#: en/lb_config.1:378 #, no-wrap msgid "-m|B<--parent-mirror-bootstrap> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:382 +#: en/lb_config.1:380 msgid "" "sets the location of the debian package mirror that should be used to " "bootstrap from. This defaults to http://ftp.de.debian.org/debian/ which may " @@ -2189,13 +2184,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:382 +#: en/lb_config.1:380 #, no-wrap msgid "B<--parent-mirror-chroot> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:384 +#: en/lb_config.1:382 msgid "" "sets the location of the debian package mirror that will be used to fetch " "the packages in order to build the live system. By default, this is set to " @@ -2203,13 +2198,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:384 +#: en/lb_config.1:382 #, no-wrap msgid "B<--parent-mirror-chroot-security> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:386 +#: en/lb_config.1:384 msgid "" "sets the location of the debian security package mirror that will be used to " "fetch the packages in order to build the live system. By default, this " @@ -2217,13 +2212,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:386 +#: en/lb_config.1:384 #, no-wrap msgid "B<--parent-mirror-chroot-volatile> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:388 +#: en/lb_config.1:386 msgid "" "sets the location of the debian volatile package mirror that will be used to " "fetch packages in order to build the live system. By default, this is set to " @@ -2231,13 +2226,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:388 +#: en/lb_config.1:386 #, no-wrap msgid "B<--parent-mirror-chroot-backports> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:390 +#: en/lb_config.1:388 msgid "" "sets the location of the debian backports package mirror that will be used " "to fetch packages in order to build the live system. By default, this points " @@ -2245,13 +2240,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:390 +#: en/lb_config.1:388 #, no-wrap msgid "B<--parent-mirror-binary> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:392 +#: en/lb_config.1:390 msgid "" "sets the location of the debian package mirror that should end up configured " "in the final image and which is the one a user would see and use. This has " @@ -2261,13 +2256,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:392 +#: en/lb_config.1:390 #, no-wrap msgid "B<--parent-mirror-binary-security> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:394 +#: en/lb_config.1:392 msgid "" "sets the location of the debian security package mirror that should end up " "configured in the final image. By default, 'http://cdn.debian.net/debian-" @@ -2275,13 +2270,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:394 +#: en/lb_config.1:392 #, no-wrap msgid "B<--parent-mirror-binary-volatile> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:396 +#: en/lb_config.1:394 msgid "" "sets the location of the debian volatile package mirror that should end up " "configured in the final image. By default, the value of --parent-mirror-" @@ -2289,13 +2284,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:396 +#: en/lb_config.1:394 #, no-wrap msgid "B<--parent-mirror-binary-backports> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:398 +#: en/lb_config.1:396 msgid "" "sets the location of the debian backports package mirror that should end up " "configured in the final image. By default, 'http://backports.debian.org/" @@ -2303,13 +2298,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:398 +#: en/lb_config.1:396 #, no-wrap msgid "B<--parent-mirror-debian-installer> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:400 +#: en/lb_config.1:398 msgid "" "sets the location of the mirror that will be used to fetch the debian " "installer images. By default, this points to the same mirror used to build " @@ -2317,13 +2312,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:400 +#: en/lb_config.1:398 #, no-wrap msgid "B<--mirror-bootstrap> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:402 +#: en/lb_config.1:400 msgid "" "sets the location of the debian package mirror that should be used to " "bootstrap the derivative from. This defaults to http://ftp.de.debian.org/" @@ -2331,13 +2326,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:402 +#: en/lb_config.1:400 #, no-wrap msgid "B<--mirror-chroot> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:404 +#: en/lb_config.1:402 msgid "" "sets the location of the debian package mirror that will be used to fetch " "the packages of the derivative in order to build the live system. By " @@ -2345,13 +2340,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:404 +#: en/lb_config.1:402 #, no-wrap msgid "B<--mirror-chroot-security> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:406 +#: en/lb_config.1:404 msgid "" "sets the location of the debian security package mirror that will be used to " "fetch the packages of the derivative in order to build the live system. By " @@ -2359,13 +2354,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:406 +#: en/lb_config.1:404 #, no-wrap msgid "B<--mirror-chroot-volatile> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:408 +#: en/lb_config.1:406 msgid "" "sets the location of the debian volatile package mirror that will be used to " "fetch packages of the derivative in order to build the live system. By " @@ -2373,13 +2368,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:408 +#: en/lb_config.1:406 #, no-wrap msgid "B<--mirror-chroot-backports> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:410 +#: en/lb_config.1:408 msgid "" "sets the location of the debian backports package mirror that will be used " "to fetch packages of the derivative in order to build the live system. By " @@ -2387,13 +2382,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:410 +#: en/lb_config.1:408 #, no-wrap msgid "B<--mirror-binary> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:412 +#: en/lb_config.1:410 msgid "" "sets the location of the derivative package mirror that should end up " "configured in the final image and which is the one a user would see and use. " @@ -2403,52 +2398,52 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:412 +#: en/lb_config.1:410 #, no-wrap msgid "B<--mirror-binary-security> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:414 +#: en/lb_config.1:412 msgid "" "sets the location of the derivatives security package mirror that should end " "up configured in the final image." msgstr "" #. type: IP -#: en/lb_config.1:414 +#: en/lb_config.1:412 #, no-wrap msgid "B<--mirror-binary-volatile> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:416 +#: en/lb_config.1:414 msgid "" "sets the location of the derivatives volatile package mirror that should end " "up configured in the final image." msgstr "" #. type: IP -#: en/lb_config.1:416 +#: en/lb_config.1:414 #, no-wrap msgid "B<--mirror-binary-backports> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:418 +#: en/lb_config.1:416 msgid "" "sets the location of the derivatives backports package mirror that should " "end up configured in the final image." msgstr "" #. type: IP -#: en/lb_config.1:418 +#: en/lb_config.1:416 #, no-wrap msgid "B<--mirror-debian-installer> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:420 +#: en/lb_config.1:418 msgid "" "sets the location of the mirror that will be used to fetch the debian " "installer images of the derivative. By default, this points to the same " @@ -2456,52 +2451,52 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:420 +#: en/lb_config.1:418 #, no-wrap msgid "B<--mode> debian|emdebian|progress|ubuntu" msgstr "" #. type: Plain text -#: en/lb_config.1:422 +#: en/lb_config.1:420 msgid "" "defines a global mode to load project specific defaults. By default this is " "set to debian." msgstr "" #. type: IP -#: en/lb_config.1:422 +#: en/lb_config.1:420 #, no-wrap msgid "B<--net-root-filesystem> nfs|cfs" msgstr "" #. type: Plain text -#: en/lb_config.1:424 +#: en/lb_config.1:422 msgid "" "defines the filesystem that will be configured in the bootloader " "configuration for your netboot image. This defaults to nfs." msgstr "" #. type: IP -#: en/lb_config.1:424 +#: en/lb_config.1:422 #, no-wrap msgid "B<--net-root-mountoptions> I<OPTIONS>" msgstr "" #. type: Plain text -#: en/lb_config.1:426 +#: en/lb_config.1:424 msgid "" "sets additional options for mounting the root filesystem in netboot images " "and is by default empty." msgstr "" #. type: IP -#: en/lb_config.1:426 +#: en/lb_config.1:424 #, no-wrap msgid "B<--net-root-path> I<PATH>" msgstr "" #. type: Plain text -#: en/lb_config.1:428 +#: en/lb_config.1:426 msgid "" "sets the file path that will be configured in the bootloader configuration " "for your netboot image. This defaults to /srv/debian-live in debian mode and " @@ -2510,13 +2505,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:428 +#: en/lb_config.1:426 #, no-wrap msgid "B<--net-root-server> I<IP>|I<HOSTNAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:430 +#: en/lb_config.1:428 msgid "" "sets the IP or hostname that will be configured in the bootloader " "configuration for the root filesystem of your netboot image. This defaults " @@ -2524,38 +2519,38 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:430 +#: en/lb_config.1:428 #, no-wrap msgid "B<--net-cow-filesystem> nfs|cfs" msgstr "" #. type: Plain text -#: en/lb_config.1:432 +#: en/lb_config.1:430 msgid "" "defines the filesystem type for the copy-on-write layer and defaults to nfs." msgstr "" #. type: IP -#: en/lb_config.1:432 +#: en/lb_config.1:430 #, no-wrap msgid "B<--net-cow-mountoptions> I<OPTIONS>" msgstr "" #. type: Plain text -#: en/lb_config.1:434 +#: en/lb_config.1:432 msgid "" "sets additional options for mounting the copy-on-write layer in netboot " "images and is by default empty." msgstr "" #. type: IP -#: en/lb_config.1:434 +#: en/lb_config.1:432 #, no-wrap msgid "B<--net-cow-path> I<PATH>" msgstr "" #. type: Plain text -#: en/lb_config.1:436 +#: en/lb_config.1:434 msgid "" "defines the path to client writable filesystem. Anywhere that " "I<client_mac_address> is specified in the path live-boot will substitute the " @@ -2563,28 +2558,28 @@ msgid "" msgstr "" #. type: Plain text -#: en/lb_config.1:439 +#: en/lb_config.1:437 msgid "Example:" msgstr "" #. type: Plain text -#: en/lb_config.1:441 +#: en/lb_config.1:439 msgid "/export/hosts/client_mac_address" msgstr "" #. type: Plain text -#: en/lb_config.1:443 +#: en/lb_config.1:441 msgid "/export/hosts/00-16-D3-33-92-E8" msgstr "" #. type: IP -#: en/lb_config.1:443 +#: en/lb_config.1:441 #, no-wrap msgid "B<--net-cow-server> I<IP>|I<HOSTNAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:445 +#: en/lb_config.1:443 msgid "" "sets the IP or hostname that will be configured in the bootloader " "configuration for the copy-on-write filesystem of your netboot image and is " @@ -2592,13 +2587,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:445 +#: en/lb_config.1:443 #, no-wrap msgid "B<--net-tarball> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:447 +#: en/lb_config.1:445 msgid "" "defines if a compressed tarball should be created. Disabling this options " "leads to no tarball at all, the plain binary directory is considered the " @@ -2606,13 +2601,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:447 +#: en/lb_config.1:445 #, no-wrap msgid "-p|B<--package-lists> I<LIST>|\"I<LISTS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:449 +#: en/lb_config.1:447 msgid "" "defines which lists available in /usr/share/live/build/lists should be used. " "By default, this is set to standard. Note that in case you have local " @@ -2622,37 +2617,37 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:449 en/live-build.7:40 +#: en/lb_config.1:447 en/live-build.7:40 #, no-wrap msgid "B<--quiet>" msgstr "" #. type: Plain text -#: en/lb_config.1:451 +#: en/lb_config.1:449 msgid "reduces the verbosity of messages output by B<lb build>." msgstr "" #. type: IP -#: en/lb_config.1:451 +#: en/lb_config.1:449 #, no-wrap msgid "-r|B<--repositories> I<REPOSITORY>|\"I<REPOSITORIES>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:453 +#: en/lb_config.1:451 msgid "" "enables one of available third-party repository configurations in /usr/share/" "live/build/repositories." msgstr "" #. type: IP -#: en/lb_config.1:453 +#: en/lb_config.1:451 #, no-wrap msgid "B<--root-command> sudo" msgstr "" #. type: Plain text -#: en/lb_config.1:455 +#: en/lb_config.1:453 msgid "" "controls if live-build should use sudo internally to build the live image. " "Note that this is not well tested and that you should, when relying on sudo, " @@ -2660,13 +2655,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:455 +#: en/lb_config.1:453 #, no-wrap msgid "B<--use-fakeroot> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:457 +#: en/lb_config.1:455 msgid "" "controls if live-build should utilize fakeroot and fakechroot to try and " "avoid requiring root privillages where possible. By default, this option is " @@ -2674,13 +2669,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:457 +#: en/lb_config.1:455 #, no-wrap msgid "B<--archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:459 +#: en/lb_config.1:457 msgid "" "defines which package archive areas of a debian packages archive should be " "used for configured debian package mirrors. By default, this is set to main. " @@ -2690,26 +2685,26 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:459 +#: en/lb_config.1:457 #, no-wrap msgid "B<--security> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:461 +#: en/lb_config.1:459 msgid "" "defines if the security repositories specified in the security mirror " "options should be used or not." msgstr "" #. type: IP -#: en/lb_config.1:461 +#: en/lb_config.1:459 #, no-wrap msgid "B<--source> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:463 +#: en/lb_config.1:461 msgid "" "defines if a corresponding source image to the binary image should be build. " "By default this is false because most people do not require this and would " @@ -2719,37 +2714,37 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:463 +#: en/lb_config.1:461 #, no-wrap msgid "-s|B<--source-images> iso|net|tar|usb-hdd" msgstr "" #. type: Plain text -#: en/lb_config.1:465 +#: en/lb_config.1:463 msgid "defines the image type for the source image. Default is tar." msgstr "" #. type: IP -#: en/lb_config.1:465 +#: en/lb_config.1:463 #, no-wrap msgid "B<--syslinux-splash> I<FILE>" msgstr "" #. type: Plain text -#: en/lb_config.1:467 +#: en/lb_config.1:465 msgid "" "defines the file of the syslinux splash graphic that should be used instead " "of the default one." msgstr "" #. type: IP -#: en/lb_config.1:467 +#: en/lb_config.1:465 #, no-wrap msgid "B<--syslinux-timeout> I<SECONDS>" msgstr "" #. type: Plain text -#: en/lb_config.1:469 +#: en/lb_config.1:467 msgid "" "defines the timeout the syslinux bootloader should wait for input from the " "user at the bootprompt prior booting the default kernel. This defaults to 0 " @@ -2757,67 +2752,51 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:469 +#: en/lb_config.1:467 #, no-wrap msgid "B<--syslinux-menu> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:471 +#: en/lb_config.1:469 msgid "" "defines if syslinux should be make use of the vgamenu capabilities or not." msgstr "" #. type: IP -#: en/lb_config.1:471 +#: en/lb_config.1:469 #, no-wrap msgid "B<--tasksel> apt|aptitude|tasksel" msgstr "" #. type: Plain text -#: en/lb_config.1:473 +#: en/lb_config.1:471 msgid "" "selects which program is used to install tasks. By default, this is set to " "tasksel." msgstr "" #. type: IP -#: en/lb_config.1:473 -#, no-wrap -msgid "B<--tasks> I<TASK>|\"I<TASKS>\"" -msgstr "" - -#. type: Plain text -#: en/lb_config.1:475 -msgid "" -"defines one or more package tasks to be installed in the live system. This " -"is a quick and convenient way to get a reasonable default selection of " -"packages suitable for most users when building an image, but it results in " -"quite big images. If you want to have finer grained package selections, " -"local package lists should be used instead." -msgstr "" - -#. type: IP -#: en/lb_config.1:475 +#: en/lb_config.1:471 #, no-wrap msgid "B<--templates> I<PATH>" msgstr "" #. type: Plain text -#: en/lb_config.1:477 +#: en/lb_config.1:473 msgid "" "sets the path to the templates that live-build is going to use, e.g. for " "bootloaders. By default, this is set to /usr/share/live/build/templates/." msgstr "" #. type: IP -#: en/lb_config.1:477 +#: en/lb_config.1:473 #, no-wrap msgid "B<--virtual-root-size> MB" msgstr "" #. type: Plain text -#: en/lb_config.1:479 +#: en/lb_config.1:475 msgid "" "defines what size the virtual-hdd image should be. Note that although the " "default is set to 10000 (= 10GB), it will not need 10GB space on your " @@ -2825,39 +2804,39 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:479 +#: en/lb_config.1:475 #, no-wrap msgid "B<--volatile> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:481 +#: en/lb_config.1:477 msgid "" "defines if debian volatile package archives should be included in the image " "or not." msgstr "" #. type: IP -#: en/lb_config.1:481 +#: en/lb_config.1:477 #, no-wrap msgid "B<--backports> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:483 +#: en/lb_config.1:479 msgid "" "defines if debian backports package archives should be included in the image " "or not." msgstr "" #. type: IP -#: en/lb_config.1:483 +#: en/lb_config.1:479 #, no-wrap msgid "B<--exposed-root> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:485 +#: en/lb_config.1:481 msgid "" "defines whether to expose the root filesystem as read only and not covered " "by the union filesystem. This has useful implications for certain speciality " @@ -2865,48 +2844,48 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:485 +#: en/lb_config.1:481 #, no-wrap msgid "B<--username> I<NAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:487 +#: en/lb_config.1:483 msgid "sets the name of the account of the default user in the live system." msgstr "" #. type: IP -#: en/lb_config.1:487 en/live-build.7:42 +#: en/lb_config.1:483 en/live-build.7:42 #, no-wrap msgid "B<--verbose>" msgstr "" #. type: Plain text -#: en/lb_config.1:489 +#: en/lb_config.1:485 msgid "increases the verbosity of messages output by B<lb build>." msgstr "" #. type: IP -#: en/lb_config.1:489 +#: en/lb_config.1:485 #, no-wrap msgid "B<--win32-loader true|false>" msgstr "" #. FIXME #. type: Plain text -#: en/lb_config.1:492 +#: en/lb_config.1:488 msgid "defines if win32-loader should be included in the binary image or not." msgstr "" #. type: SH -#: en/lb_config.1:493 +#: en/lb_config.1:489 #, no-wrap msgid "ENVIRONMENT" msgstr "" #. FIXME #. type: Plain text -#: en/lb_config.1:496 +#: en/lb_config.1:492 msgid "" "Currently, command line switches can also be specified through the " "corresponding environment variable. However, this generally should not be " @@ -2920,20 +2899,20 @@ msgstr "" #. FIXME #. type: IP -#: en/lb_config.1:500 +#: en/lb_config.1:496 #, no-wrap msgid "B<auto/config>" msgstr "" #. type: IP -#: en/lb_config.1:501 +#: en/lb_config.1:497 #, no-wrap msgid "B</etc/live/build.conf, /etc/live/build.d>" msgstr "" #. FIXME #. type: Plain text -#: en/lb_config.1:504 +#: en/lb_config.1:500 msgid "" "An optional, global configuration file for B<lb config> variables. It is " "useful to specify a few system wide defaults, like " diff --git a/manpages/pot/lb_local.1.pot b/manpages/pot/lb_local.1.pot index d61eb240b..909f27741 100644 --- a/manpages/pot/lb_local.1.pot +++ b/manpages/pot/lb_local.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -346,11 +346,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -381,11 +381,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -415,11 +415,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -449,11 +449,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -484,11 +484,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -521,11 +521,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -556,11 +556,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -594,11 +594,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -629,11 +629,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 diff --git a/manpages/pot/lb_source.1.pot b/manpages/pot/lb_source.1.pot index 0226819a0..21d6e775c 100644 --- a/manpages/pot/lb_source.1.pot +++ b/manpages/pot/lb_source.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -346,11 +346,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -381,11 +381,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -415,11 +415,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -449,11 +449,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -484,11 +484,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -521,11 +521,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -556,11 +556,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -594,11 +594,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -629,11 +629,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 diff --git a/manpages/pot/lb_source_checksums.1.pot b/manpages/pot/lb_source_checksums.1.pot index c31ff65b3..b1e5de278 100644 --- a/manpages/pot/lb_source_checksums.1.pot +++ b/manpages/pot/lb_source_checksums.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_source_debian-live.1.pot b/manpages/pot/lb_source_debian-live.1.pot index b49b528a7..dae1ffcf5 100644 --- a/manpages/pot/lb_source_debian-live.1.pot +++ b/manpages/pot/lb_source_debian-live.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_source_debian.1.pot b/manpages/pot/lb_source_debian.1.pot index b25fa0285..a9c354ab5 100644 --- a/manpages/pot/lb_source_debian.1.pot +++ b/manpages/pot/lb_source_debian.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_source_disk.1.pot b/manpages/pot/lb_source_disk.1.pot index ca60efbf3..3406db8a6 100644 --- a/manpages/pot/lb_source_disk.1.pot +++ b/manpages/pot/lb_source_disk.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_source_iso.1.pot b/manpages/pot/lb_source_iso.1.pot index 33233810f..c38799961 100644 --- a/manpages/pot/lb_source_iso.1.pot +++ b/manpages/pot/lb_source_iso.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_source_net.1.pot b/manpages/pot/lb_source_net.1.pot index 037b386fb..38386a06a 100644 --- a/manpages/pot/lb_source_net.1.pot +++ b/manpages/pot/lb_source_net.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_source_tar.1.pot b/manpages/pot/lb_source_tar.1.pot index 0fd3a3901..ecd885e36 100644 --- a/manpages/pot/lb_source_tar.1.pot +++ b/manpages/pot/lb_source_tar.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_source_usb.1.pot b/manpages/pot/lb_source_usb.1.pot index 1e8a377c8..980166fa2 100644 --- a/manpages/pot/lb_source_usb.1.pot +++ b/manpages/pot/lb_source_usb.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_source_virtual-hdd.1.pot b/manpages/pot/lb_source_virtual-hdd.1.pot index 59b930cc2..851b38975 100644 --- a/manpages/pot/lb_source_virtual-hdd.1.pot +++ b/manpages/pot/lb_source_virtual-hdd.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -442,11 +442,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -477,11 +477,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -514,11 +514,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -549,11 +549,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -587,11 +587,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -622,11 +622,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -658,10 +658,10 @@ msgstr "" #: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.1:19 en/lb_chroot_local-packages.1:19 #: en/lb_chroot_local-patches.1:19 en/lb_chroot_local-preseed.1:19 -#: en/lb_chroot_packagelists.1:19 en/lb_chroot_preseed.1:19 -#: en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 en/lb_chroot_selinuxfs.1:19 -#: en/lb_chroot_sources.1:19 en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 -#: en/lb_chroot_tasks.1:19 en/lb_chroot_upstart.1:19 +#: en/lb_chroot_local-tasklists.1:19 en/lb_chroot_packagelists.1:19 +#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 +#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 +#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 en/lb_chroot_upstart.1:19 #: en/lb_source_checksums.1:19 en/lb_source_debian-live.1:19 #: en/lb_source_debian.1:19 en/lb_source_disk.1:19 en/lb_source_iso.1:19 #: en/lb_source_net.1:19 en/lb_source_tar.1:19 en/lb_source_usb.1:19 diff --git a/manpages/pot/lb_testroot.1.pot b/manpages/pot/lb_testroot.1.pot index ade4f84c6..5835272c1 100644 --- a/manpages/pot/lb_testroot.1.pot +++ b/manpages/pot/lb_testroot.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -346,11 +346,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -381,11 +381,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-packages.1:23 #: en/lb_chroot_local-patches.1:23 en/lb_chroot_local-preseed.1:23 -#: en/lb_chroot_packagelists.1:23 en/lb_chroot_preseed.1:23 -#: en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 en/lb_chroot_selinuxfs.1:23 -#: en/lb_chroot_sources.1:23 en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 -#: en/lb_chroot_tasks.1:23 en/lb_chroot_upstart.1:23 en/lb_clean.1:45 -#: en/lb_config.1:507 en/lb_local.1:22 en/lb_source.1:22 +#: en/lb_chroot_local-tasklists.1:23 en/lb_chroot_packagelists.1:23 +#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 +#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 +#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_upstart.1:23 +#: en/lb_clean.1:45 en/lb_config.1:503 en/lb_local.1:22 en/lb_source.1:22 #: en/lb_source_checksums.1:23 en/lb_source_debian-live.1:23 #: en/lb_source_debian.1:23 en/lb_source_disk.1:23 en/lb_source_iso.1:23 #: en/lb_source_net.1:23 en/lb_source_tar.1:23 en/lb_source_usb.1:23 @@ -415,11 +415,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -449,11 +449,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -484,11 +484,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -521,11 +521,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -556,11 +556,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -594,11 +594,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -629,11 +629,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 diff --git a/manpages/pot/live-build.7.pot b/manpages/pot/live-build.7.pot index 765e439c3..b5f619e33 100644 --- a/manpages/pot/live-build.7.pot +++ b/manpages/pot/live-build.7.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-06-11 13:12+0300\n" +"POT-Creation-Date: 2011-06-11 15:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,12 +36,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -69,12 +69,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -102,12 +102,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -135,12 +135,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 #: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 #: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-patches.1:1 -#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 -#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_local-tasklists.1:1 +#: en/lb_chroot_packagelists.1:1 en/lb_chroot_preseed.1:1 +#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 +#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,12 +168,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 #: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 #: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-patches.1:3 -#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 -#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_local-tasklists.1:3 +#: en/lb_chroot_packagelists.1:3 en/lb_chroot_preseed.1:3 +#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 +#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -201,12 +201,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 #: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 #: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-patches.1:6 -#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 -#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_local-tasklists.1:6 +#: en/lb_chroot_packagelists.1:6 en/lb_chroot_preseed.1:6 +#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 +#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -234,12 +234,12 @@ msgstr "" #: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 #: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 #: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-patches.1:9 -#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 -#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_local-tasklists.1:9 +#: en/lb_chroot_packagelists.1:9 en/lb_chroot_preseed.1:9 +#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 +#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -269,11 +269,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-packages.1:14 #: en/lb_chroot_local-patches.1:14 en/lb_chroot_local-preseed.1:14 -#: en/lb_chroot_packagelists.1:14 en/lb_chroot_preseed.1:14 -#: en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 en/lb_chroot_selinuxfs.1:14 -#: en/lb_chroot_sources.1:14 en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 -#: en/lb_chroot_tasks.1:14 en/lb_chroot_upstart.1:14 en/lb_clean.1:16 -#: en/lb_config.1:252 en/lb_local.1:14 en/lb_source.1:14 +#: en/lb_chroot_local-tasklists.1:14 en/lb_chroot_packagelists.1:14 +#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 +#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 +#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_upstart.1:14 +#: en/lb_clean.1:16 en/lb_config.1:250 en/lb_local.1:14 en/lb_source.1:14 #: en/lb_source_checksums.1:14 en/lb_source_debian-live.1:14 #: en/lb_source_debian.1:14 en/lb_source_disk.1:14 en/lb_source_iso.1:14 #: en/lb_source_net.1:14 en/lb_source_tar.1:14 en/lb_source_usb.1:14 @@ -304,11 +304,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-packages.1:17 #: en/lb_chroot_local-patches.1:17 en/lb_chroot_local-preseed.1:17 -#: en/lb_chroot_packagelists.1:17 en/lb_chroot_preseed.1:17 -#: en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 en/lb_chroot_selinuxfs.1:17 -#: en/lb_chroot_sources.1:17 en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 -#: en/lb_chroot_tasks.1:17 en/lb_chroot_upstart.1:17 en/lb_clean.1:38 -#: en/lb_config.1:498 en/lb_local.1:17 en/lb_source.1:17 +#: en/lb_chroot_local-tasklists.1:17 en/lb_chroot_packagelists.1:17 +#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 +#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 +#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_upstart.1:17 +#: en/lb_clean.1:38 en/lb_config.1:494 en/lb_local.1:17 en/lb_source.1:17 #: en/lb_source_checksums.1:17 en/lb_source_debian-live.1:17 #: en/lb_source_debian.1:17 en/lb_source_disk.1:17 en/lb_source_iso.1:17 #: en/lb_source_net.1:17 en/lb_source_tar.1:17 en/lb_source_usb.1:17 @@ -339,11 +339,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-packages.1:21 #: en/lb_chroot_local-patches.1:21 en/lb_chroot_local-preseed.1:21 -#: en/lb_chroot_packagelists.1:21 en/lb_chroot_preseed.1:21 -#: en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 en/lb_chroot_selinuxfs.1:21 -#: en/lb_chroot_sources.1:21 en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 -#: en/lb_chroot_tasks.1:21 en/lb_chroot_upstart.1:21 en/lb_clean.1:43 -#: en/lb_config.1:505 en/lb_local.1:20 en/lb_source.1:20 +#: en/lb_chroot_local-tasklists.1:21 en/lb_chroot_packagelists.1:21 +#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 +#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 +#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_upstart.1:21 +#: en/lb_clean.1:43 en/lb_config.1:501 en/lb_local.1:20 en/lb_source.1:20 #: en/lb_source_checksums.1:21 en/lb_source_debian-live.1:21 #: en/lb_source_debian.1:21 en/lb_source_disk.1:21 en/lb_source_iso.1:21 #: en/lb_source_net.1:21 en/lb_source_tar.1:21 en/lb_source_usb.1:21 @@ -374,11 +374,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-packages.1:25 #: en/lb_chroot_local-patches.1:25 en/lb_chroot_local-preseed.1:25 -#: en/lb_chroot_packagelists.1:25 en/lb_chroot_preseed.1:25 -#: en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 en/lb_chroot_selinuxfs.1:25 -#: en/lb_chroot_sources.1:25 en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 -#: en/lb_chroot_tasks.1:25 en/lb_chroot_upstart.1:25 en/lb_clean.1:47 -#: en/lb_config.1:509 en/lb_local.1:24 en/lb_source.1:24 +#: en/lb_chroot_local-tasklists.1:25 en/lb_chroot_packagelists.1:25 +#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 +#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 +#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_upstart.1:25 +#: en/lb_clean.1:47 en/lb_config.1:505 en/lb_local.1:24 en/lb_source.1:24 #: en/lb_source_checksums.1:25 en/lb_source_debian-live.1:25 #: en/lb_source_debian.1:25 en/lb_source_disk.1:25 en/lb_source_iso.1:25 #: en/lb_source_net.1:25 en/lb_source_tar.1:25 en/lb_source_usb.1:25 @@ -408,11 +408,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-packages.1:26 #: en/lb_chroot_local-patches.1:26 en/lb_chroot_local-preseed.1:26 -#: en/lb_chroot_packagelists.1:26 en/lb_chroot_preseed.1:26 -#: en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 en/lb_chroot_selinuxfs.1:26 -#: en/lb_chroot_sources.1:26 en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 -#: en/lb_chroot_tasks.1:26 en/lb_chroot_upstart.1:26 en/lb_clean.1:48 -#: en/lb_config.1:510 en/lb_local.1:25 en/lb_source.1:25 +#: en/lb_chroot_local-tasklists.1:26 en/lb_chroot_packagelists.1:26 +#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 +#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 +#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_upstart.1:26 +#: en/lb_clean.1:48 en/lb_config.1:506 en/lb_local.1:25 en/lb_source.1:25 #: en/lb_source_checksums.1:26 en/lb_source_debian-live.1:26 #: en/lb_source_debian.1:26 en/lb_source_disk.1:26 en/lb_source_iso.1:26 #: en/lb_source_net.1:26 en/lb_source_tar.1:26 en/lb_source_usb.1:26 @@ -443,11 +443,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-packages.1:28 #: en/lb_chroot_local-patches.1:28 en/lb_chroot_local-preseed.1:28 -#: en/lb_chroot_packagelists.1:28 en/lb_chroot_preseed.1:28 -#: en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 en/lb_chroot_selinuxfs.1:28 -#: en/lb_chroot_sources.1:28 en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 -#: en/lb_chroot_tasks.1:28 en/lb_chroot_upstart.1:28 en/lb_clean.1:50 -#: en/lb_config.1:512 en/lb_local.1:27 en/lb_source.1:27 +#: en/lb_chroot_local-tasklists.1:28 en/lb_chroot_packagelists.1:28 +#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 +#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 +#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_upstart.1:28 +#: en/lb_clean.1:50 en/lb_config.1:508 en/lb_local.1:27 en/lb_source.1:27 #: en/lb_source_checksums.1:28 en/lb_source_debian-live.1:28 #: en/lb_source_debian.1:28 en/lb_source_disk.1:28 en/lb_source_iso.1:28 #: en/lb_source_net.1:28 en/lb_source_tar.1:28 en/lb_source_usb.1:28 @@ -480,11 +480,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-packages.1:29 #: en/lb_chroot_local-patches.1:29 en/lb_chroot_local-preseed.1:29 -#: en/lb_chroot_packagelists.1:29 en/lb_chroot_preseed.1:29 -#: en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 en/lb_chroot_selinuxfs.1:29 -#: en/lb_chroot_sources.1:29 en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 -#: en/lb_chroot_tasks.1:29 en/lb_chroot_upstart.1:29 en/lb_clean.1:51 -#: en/lb_config.1:513 en/lb_local.1:28 en/lb_source.1:28 +#: en/lb_chroot_local-tasklists.1:29 en/lb_chroot_packagelists.1:29 +#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 +#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 +#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_upstart.1:29 +#: en/lb_clean.1:51 en/lb_config.1:509 en/lb_local.1:28 en/lb_source.1:28 #: en/lb_source_checksums.1:29 en/lb_source_debian-live.1:29 #: en/lb_source_debian.1:29 en/lb_source_disk.1:29 en/lb_source_iso.1:29 #: en/lb_source_net.1:29 en/lb_source_tar.1:29 en/lb_source_usb.1:29 @@ -515,11 +515,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-packages.1:31 #: en/lb_chroot_local-patches.1:31 en/lb_chroot_local-preseed.1:31 -#: en/lb_chroot_packagelists.1:31 en/lb_chroot_preseed.1:31 -#: en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 en/lb_chroot_selinuxfs.1:31 -#: en/lb_chroot_sources.1:31 en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 -#: en/lb_chroot_tasks.1:31 en/lb_chroot_upstart.1:31 en/lb_clean.1:53 -#: en/lb_config.1:515 en/lb_local.1:30 en/lb_source.1:30 +#: en/lb_chroot_local-tasklists.1:31 en/lb_chroot_packagelists.1:31 +#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 +#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 +#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_upstart.1:31 +#: en/lb_clean.1:53 en/lb_config.1:511 en/lb_local.1:30 en/lb_source.1:30 #: en/lb_source_checksums.1:31 en/lb_source_debian-live.1:31 #: en/lb_source_debian.1:31 en/lb_source_disk.1:31 en/lb_source_iso.1:31 #: en/lb_source_net.1:31 en/lb_source_tar.1:31 en/lb_source_usb.1:31 @@ -553,11 +553,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-packages.1:32 #: en/lb_chroot_local-patches.1:32 en/lb_chroot_local-preseed.1:32 -#: en/lb_chroot_packagelists.1:32 en/lb_chroot_preseed.1:32 -#: en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 en/lb_chroot_selinuxfs.1:32 -#: en/lb_chroot_sources.1:32 en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 -#: en/lb_chroot_tasks.1:32 en/lb_chroot_upstart.1:32 en/lb_clean.1:54 -#: en/lb_config.1:516 en/lb_local.1:31 en/lb_source.1:31 +#: en/lb_chroot_local-tasklists.1:32 en/lb_chroot_packagelists.1:32 +#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 +#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 +#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_upstart.1:32 +#: en/lb_clean.1:54 en/lb_config.1:512 en/lb_local.1:31 en/lb_source.1:31 #: en/lb_source_checksums.1:32 en/lb_source_debian-live.1:32 #: en/lb_source_debian.1:32 en/lb_source_disk.1:32 en/lb_source_iso.1:32 #: en/lb_source_net.1:32 en/lb_source_tar.1:32 en/lb_source_usb.1:32 @@ -588,11 +588,11 @@ msgstr "" #: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-packages.1:33 #: en/lb_chroot_local-patches.1:33 en/lb_chroot_local-preseed.1:33 -#: en/lb_chroot_packagelists.1:33 en/lb_chroot_preseed.1:33 -#: en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 en/lb_chroot_selinuxfs.1:33 -#: en/lb_chroot_sources.1:33 en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 -#: en/lb_chroot_tasks.1:33 en/lb_chroot_upstart.1:33 en/lb_clean.1:55 -#: en/lb_config.1:517 en/lb_local.1:32 en/lb_source.1:32 +#: en/lb_chroot_local-tasklists.1:33 en/lb_chroot_packagelists.1:33 +#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 +#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 +#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_upstart.1:33 +#: en/lb_clean.1:55 en/lb_config.1:513 en/lb_local.1:32 en/lb_source.1:32 #: en/lb_source_checksums.1:33 en/lb_source_debian-live.1:33 #: en/lb_source_debian.1:33 en/lb_source_disk.1:33 en/lb_source_iso.1:33 #: en/lb_source_net.1:33 en/lb_source_tar.1:33 en/lb_source_usb.1:33 @@ -603,25 +603,25 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:326 en/live-build.7:36 +#: en/lb_config.1:324 en/live-build.7:36 #, no-wrap msgid "B<--debug>" msgstr "" #. type: IP -#: en/lb_config.1:338 en/live-build.7:38 +#: en/lb_config.1:336 en/live-build.7:38 #, no-wrap msgid "B<--force>" msgstr "" #. type: IP -#: en/lb_config.1:449 en/live-build.7:40 +#: en/lb_config.1:447 en/live-build.7:40 #, no-wrap msgid "B<--quiet>" msgstr "" #. type: IP -#: en/lb_config.1:487 en/live-build.7:42 +#: en/lb_config.1:483 en/live-build.7:42 #, no-wrap msgid "B<--verbose>" msgstr "" @@ -1276,12 +1276,12 @@ msgstr "" #. type: IP #: en/live-build.7:144 #, no-wrap -msgid "B<lb_chroot_tasks>(1)" +msgid "B<lb_chroot_local-tasklists>(1)" msgstr "" #. type: Plain text #: en/live-build.7:146 -msgid "install tasks into chroot" +msgid "install local task lists into chroot" msgstr "" #. type: SS diff --git a/scripts/build/lb_chroot b/scripts/build/lb_chroot index 062a545d9..0b9e39fd2 100755 --- a/scripts/build/lb_chroot +++ b/scripts/build/lb_chroot @@ -59,7 +59,7 @@ lb chroot_packagelists ${*} lb chroot_local-packagelists ${*} lb chroot_local-packages ${*} lb chroot_install-packages ${*} -lb chroot_tasks ${*} +lb chroot_local-tasklists ${*} lb chroot_local-includes ${*} lb chroot_local-patches ${*} lb chroot_local-hooks ${*} diff --git a/scripts/build/lb_chroot_tasks b/scripts/build/lb_chroot_local-tasklists index 96d02d2cc..98bf353ac 100755 --- a/scripts/build/lb_chroot_tasks +++ b/scripts/build/lb_chroot_local-tasklists @@ -14,7 +14,7 @@ set -e . "${LB_BASE:-/usr/share/live/build}"/scripts/build.sh # Setting static variables -DESCRIPTION="$(Echo 'install tasks into chroot')" +DESCRIPTION="$(Echo 'install local task lists into chroot')" HELP="" USAGE="${PROGRAM} [--force]" @@ -24,13 +24,13 @@ Arguments "${@}" Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source Set_defaults -Echo_message "Begin installing tasks..." +Echo_message "Begin installation of local task lists..." # Requiring stage file Require_stagefile .stage/config .stage/bootstrap # Checking stage file -Check_stagefile .stage/chroot_tasks +Check_stagefile .stage/chroot_local-tasklists # Checking lock file Check_lockfile .lock @@ -38,8 +38,15 @@ Check_lockfile .lock # Creating lock file Create_lockfile .lock -if [ -n "${LB_TASKS}" ] && [ "${LB_TASKS}" != "none" ] +if ls config/chroot_local-tasklists/*.list > /dev/null 2>&1 then + for LIST in config/chroot_local-tasklists/*.list + do + # Generating local task list + Expand_packagelist "$(basename ${LIST})" "config/chroot_local-tasklists" \ + >> chroot/root/chroot_tasks + done + # Restoring cache Restore_cache cache/packages_chroot @@ -69,12 +76,12 @@ then case "${LB_MODE}" in ubuntu) - TASKS="${LB_TASKS}" + TASKS="$(cat chroot/root/chroot_tasks)" ;; *) # Avoid standard tasks which appears to not exist - TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||')" + TASKS="$(cat chroot/root/chroot_tasks | sed -e 's|standard||')" ;; esac @@ -87,11 +94,11 @@ then ;; aptitude) - Chroot chroot "aptitude ${APTITUDE_OPTIONS} install ${LB_TASKS}" + Chroot chroot "aptitude ${APTITUDE_OPTIONS} install $(cat chroot/root/chroot_tasks)" ;; tasksel) - for TASK in ${LB_TASKS} + for TASK in $(cat chroot/root/chroot_tasks) do case "${TASK}" in gnome*) @@ -123,9 +130,12 @@ then # Removing depends Remove_package + # Removing task list + rm -f chroot/root/chroot_tasks + # Saving cache Save_cache cache/packages_chroot # Creating stage file - Create_stagefile .stage/chroot_tasks + Create_stagefile .stage/chroot_local-tasklists fi |