diff options
author | Daniel Baumann <daniel@debian.org> | 2011-07-19 11:57:14 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-07-19 11:57:21 +0200 |
commit | e4793268a3d14e945a96466441e31259c0df6e1b (patch) | |
tree | 65c3447d106633bb99033abbfb1595f32bc96998 | |
parent | eb2a305a5f692a1661001bae1c8e6d202f4280e9 (diff) | |
download | vyos-live-build-e4793268a3d14e945a96466441e31259c0df6e1b.tar.gz vyos-live-build-e4793268a3d14e945a96466441e31259c0df6e1b.zip |
Enabling hooks based on the mode we're building for.
156 files changed, 16640 insertions, 17637 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 77966369e..78c39e69f 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -574,7 +574,21 @@ Set_defaults () # Setting union filesystem LB_UNION_FILESYSTEM="${LB_UNION_FILESYSTEM:-aufs}" - # LB_HOOKS + # Setting distribution hooks + case "${LB_MODE}" in + *) + LB_CHROOT_HOOKS="update-apt-xapian-index \ + update-mlocate-database \ + remove-python-py" + ;; + + kubuntu) + LB_CHROOT_HOOKS="update-apt-xapian-index \ + update-mlocate-database \ + remove-gnome-icon-cache \ + remove-python-py" + ;; + esac # Setting interactive shell/X11/Xnest LB_INTERACTIVE="${LB_INTERACTIVE:-false}" diff --git a/manpages/de/lb_chroot_local-hooks.de.1 b/manpages/de/lb_chroot_hooks.de.1 index e1e12ec4e..74ce77b01 100644 --- a/manpages/de/lb_chroot_local-hooks.de.1 +++ b/manpages/de/lb_chroot_hooks.de.1 @@ -6,19 +6,19 @@ .TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "Debian Live Project" .SH NAME -\fBlb chroot_local\-hooks\fP \- Complete the chroot stage +\fBlb chroot_hooks\fP \- Complete the chroot stage .SH SYNOPSIS -\fBlb chroot_local\-hooks\fP [\fIlive\-build options\fP] +\fBlb chroot_hooks\fP [\fIlive\-build options\fP] .SH DESCRIPTION -\fBlb chroot_local\-hooks\fP is a low\-level command (plumbing) of -\fIlive\-build\fP(7), the Debian Live tool suite. +\fBlb chroot_hooks\fP is a low\-level command (plumbing) of \fIlive\-build\fP(7), +the Debian Live tool suite. .PP .\" FIXME .SH OPTIONS -\fBlb chroot_local\-hooks\fP has no specific options but understands all generic +\fBlb chroot_hooks\fP has no specific options but understands all generic live\-build options. See \fIlive\-build\fP(7) for a complete list of all generic live\-build options. diff --git a/manpages/de/live-build.de.7 b/manpages/de/live-build.de.7 index 3080c9cb4..719c91582 100644 --- a/manpages/de/live-build.de.7 +++ b/manpages/de/live-build.de.7 @@ -138,7 +138,7 @@ install queued packages into chroot make build interactive .IP \fBlb_chroot_linux\-image\fP(1) 4 manage /etc/kernel\-img.conf -.IP \fBlb_chroot_local\-hooks\fP(1) 4 +.IP \fBlb_chroot_hooks\fP(1) 4 execute local hooks in chroot .IP \fBlb_chroot_local\-includes\fP(1) 4 copy local files into chroot diff --git a/manpages/en/lb_chroot_local-hooks.1 b/manpages/en/lb_chroot_hooks.1 index f473e5c09..6264a463b 100644 --- a/manpages/en/lb_chroot_local-hooks.1 +++ b/manpages/en/lb_chroot_hooks.1 @@ -1,18 +1,18 @@ .TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "Debian Live Project" .SH NAME -\fBlb chroot_local\-hooks\fR \- Complete the chroot stage +\fBlb chroot_hooks\fR \- Complete the chroot stage .SH SYNOPSIS -\fBlb chroot_local\-hooks\fR [\fIlive\-build options\fR] +\fBlb chroot_hooks\fR [\fIlive\-build options\fR] .SH DESCRIPTION -\fBlb chroot_local\-hooks\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite. +\fBlb chroot_hooks\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite. .PP .\" FIXME .SH OPTIONS -\fBlb chroot_local\-hooks\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_hooks\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/live-build.7 b/manpages/en/live-build.7 index 86358f22d..cff090e2d 100644 --- a/manpages/en/live-build.7 +++ b/manpages/en/live-build.7 @@ -115,7 +115,7 @@ install queued packages into chroot make build interactive .IP "\fBlb_chroot_linux\-image\fR(1)" 4 manage /etc/kernel\-img.conf -.IP "\fBlb_chroot_local\-hooks\fR(1)" 4 +.IP "\fBlb_chroot_hooks\fR(1)" 4 execute local hooks in chroot .IP "\fBlb_chroot_local\-includes\fR(1)" 4 copy local files into chroot diff --git a/manpages/po/de/lb.1.po b/manpages/po/de/lb.1.po index 40fa8e4fd..86a769e30 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -207,17 +202,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -251,17 +245,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -292,10 +285,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -335,10 +328,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -377,10 +370,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -412,10 +405,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -446,10 +439,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -480,10 +473,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -552,10 +545,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -587,10 +580,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -625,10 +618,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -660,10 +653,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 diff --git a/manpages/po/de/lb_binary.1.po b/manpages/po/de/lb_binary.1.po index a7a8aa8e2..44ed4002b 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -347,10 +340,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -382,10 +375,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -416,10 +409,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -450,10 +443,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -485,10 +478,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -522,10 +515,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -557,10 +550,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -595,10 +588,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -630,10 +623,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 diff --git a/manpages/po/de/lb_binary_checksums.1.po b/manpages/po/de/lb_binary_checksums.1.po index e10e6f89e..6e28c94e2 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -684,10 +677,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_binary_chroot.1.po b/manpages/po/de/lb_binary_chroot.1.po index 4d9c81a10..afaec844c 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.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 4ae801f5d..4b9785523 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_binary_disk.1.po b/manpages/po/de/lb_binary_disk.1.po index 34f6fe4a2..552fd0b30 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_binary_grub.1.po b/manpages/po/de/lb_binary_grub.1.po index eb1aaa919..9fbf4da47 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_binary_grub2.1.po b/manpages/po/de/lb_binary_grub2.1.po index e2e1421be..4ce22ef25 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_binary_includes.1.po b/manpages/po/de/lb_binary_includes.1.po index dfa095b4a..77ab4b361 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_binary_iso.1.po b/manpages/po/de/lb_binary_iso.1.po index b53624229..aee396dfa 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.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 d1499fc44..e47f58596 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.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 f083315aa..846612fed 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.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 d934ef008..515335b5c 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.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 0b7e128b9..1c4116aec 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_binary_manifest.1.po b/manpages/po/de/lb_binary_manifest.1.po index 13f923bc3..1319a53c7 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_binary_memtest.1.po b/manpages/po/de/lb_binary_memtest.1.po index b0e7d328c..53aa841a0 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_binary_net.1.po b/manpages/po/de/lb_binary_net.1.po index 792e65852..e1b67f4e6 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_binary_rootfs.1.po b/manpages/po/de/lb_binary_rootfs.1.po index 8694c98d1..e3a5691e4 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_binary_silo.1.po b/manpages/po/de/lb_binary_silo.1.po index 693e250ae..54bbbfb20 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_binary_syslinux.1.po b/manpages/po/de/lb_binary_syslinux.1.po index 81daf1627..aba8874dd 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_binary_tar.1.po b/manpages/po/de/lb_binary_tar.1.po index 2ce0d4cc9..896636b63 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_binary_usb.1.po b/manpages/po/de/lb_binary_usb.1.po index cd3b43fe1..014fd2a75 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.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 befa4b5e2..ccc744323 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.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 053ed375b..40e399047 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_binary_yaboot.1.po b/manpages/po/de/lb_binary_yaboot.1.po index c13a7feb1..fe6093519 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_bootstrap.1.po b/manpages/po/de/lb_bootstrap.1.po index 56930267c..396803f3d 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -347,10 +340,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -382,10 +375,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -416,10 +409,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -450,10 +443,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -485,10 +478,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -522,10 +515,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -557,10 +550,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -595,10 +588,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -630,10 +623,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 diff --git a/manpages/po/de/lb_bootstrap_cache.1.po b/manpages/po/de/lb_bootstrap_cache.1.po index 602da57e5..a9f13bb35 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_bootstrap_cdebootstrap.1.po b/manpages/po/de/lb_bootstrap_cdebootstrap.1.po index 9a9831412..2354cd8e2 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_bootstrap_copy.1.po b/manpages/po/de/lb_bootstrap_copy.1.po index 0a7e91d6a..96ba8da63 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_bootstrap_debootstrap.1.po b/manpages/po/de/lb_bootstrap_debootstrap.1.po index aa832874b..0b445956b 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_build.1.po b/manpages/po/de/lb_build.1.po index 864bfe549..e52666193 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 diff --git a/manpages/po/de/lb_chroot.1.po b/manpages/po/de/lb_chroot.1.po index 81ba141cd..b1b5fcbb7 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -347,10 +340,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -382,10 +375,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -416,10 +409,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -450,10 +443,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -485,10 +478,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -522,10 +515,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -557,10 +550,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -595,10 +588,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -630,10 +623,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 diff --git a/manpages/po/de/lb_chroot_apt.1.po b/manpages/po/de/lb_chroot_apt.1.po index 585fcf77d..4b51de4ea 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_chroot_archives.1.po b/manpages/po/de/lb_chroot_archives.1.po index ce497c233..9bc28a87f 100644 --- a/manpages/po/de/lb_chroot_archives.1.po +++ b/manpages/po/de/lb_chroot_archives.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_chroot_cache.1.po b/manpages/po/de/lb_chroot_cache.1.po index e4307248a..4b0c0ff94 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_chroot_debianchroot.1.po b/manpages/po/de/lb_chroot_debianchroot.1.po index f2520d46a..f8e3e14e4 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_chroot_devpts.1.po b/manpages/po/de/lb_chroot_devpts.1.po index baf1fcf4f..15b857499 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_chroot_dpkg.1.po b/manpages/po/de/lb_chroot_dpkg.1.po index d62964fe0..d2e057787 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_chroot_hacks.1.po b/manpages/po/de/lb_chroot_hacks.1.po index cd4d345ce..ed53a8d68 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_chroot_local-hooks.1.po b/manpages/po/de/lb_chroot_hooks.1.po index 167eb28ee..e80923718 100644 --- a/manpages/po/de/lb_chroot_local-hooks.1.po +++ b/manpages/po/de/lb_chroot_hooks.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 @@ -678,26 +671,26 @@ msgid "B<n/a>" msgstr "" #. type: Plain text -#: en/lb_chroot_local-hooks.1:5 -msgid "B<lb chroot_local-hooks> - Complete the chroot stage" +#: en/lb_chroot_hooks.1:5 +msgid "B<lb chroot_hooks> - Complete the chroot stage" msgstr "" #. type: Plain text -#: en/lb_chroot_local-hooks.1:8 -msgid "B<lb chroot_local-hooks> [I<live-build options>]" +#: en/lb_chroot_hooks.1:8 +msgid "B<lb chroot_hooks> [I<live-build options>]" msgstr "" #. type: Plain text -#: en/lb_chroot_local-hooks.1:11 +#: en/lb_chroot_hooks.1:11 msgid "" -"B<lb chroot_local-hooks> is a low-level command (plumbing) of I<live-build>" -"(7), the Debian Live tool suite." +"B<lb chroot_hooks> is a low-level command (plumbing) of I<live-build>(7), " +"the Debian Live tool suite." msgstr "" #. type: Plain text -#: en/lb_chroot_local-hooks.1:16 +#: en/lb_chroot_hooks.1:16 msgid "" -"B<lb chroot_local-hooks> 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_hooks> 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_hostname.1.po b/manpages/po/de/lb_chroot_hostname.1.po index 9c3be2af2..57fc57ddf 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_chroot_hosts.1.po b/manpages/po/de/lb_chroot_hosts.1.po index 0d903fe11..6c1887ae1 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.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 9a0cecc79..1525c597c 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_chroot_interactive.1.po b/manpages/po/de/lb_chroot_interactive.1.po index fb6bc9d78..edf127797 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.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 ae3c3ad72..4ae7d60fe 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.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 03bd3dd2f..a16e7e6c5 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.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 70175b39e..8af696f74 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.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 b256a2192..eee122cea 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.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 c3b835664..f604e61f8 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_chroot_packagelists.1.po b/manpages/po/de/lb_chroot_packagelists.1.po index 1046b78ed..de998efaf 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_chroot_packages.1.po b/manpages/po/de/lb_chroot_packages.1.po index 4bf01c851..fc50fb5c4 100644 --- a/manpages/po/de/lb_chroot_packages.1.po +++ b/manpages/po/de/lb_chroot_packages.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_chroot_preseed.1.po b/manpages/po/de/lb_chroot_preseed.1.po index b97b3df39..56d6356de 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_chroot_proc.1.po b/manpages/po/de/lb_chroot_proc.1.po index 32d154111..ea72aade7 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_chroot_resolv.1.po b/manpages/po/de/lb_chroot_resolv.1.po index ab308c28f..c745be8e4 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_chroot_selinuxfs.1.po b/manpages/po/de/lb_chroot_selinuxfs.1.po index 06cc71a27..1da648310 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_chroot_sysfs.1.po b/manpages/po/de/lb_chroot_sysfs.1.po index 4a945519e..71c1b829e 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.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 2dc630e39..6c95e6c13 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_chroot_task-lists.1.po b/manpages/po/de/lb_chroot_task-lists.1.po index 0c2c5b29f..b5fb52b9b 100644 --- a/manpages/po/de/lb_chroot_task-lists.1.po +++ b/manpages/po/de/lb_chroot_task-lists.1.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_chroot_upstart.1.po b/manpages/po/de/lb_chroot_upstart.1.po index 220571373..c0f141265 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_clean.1.po b/manpages/po/de/lb_clean.1.po index dae42f3e5..342b295fe 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 diff --git a/manpages/po/de/lb_config.1.po b/manpages/po/de/lb_config.1.po index 39ff220cb..69252045e 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 diff --git a/manpages/po/de/lb_local.1.po b/manpages/po/de/lb_local.1.po index fb3494518..73292313d 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -347,10 +340,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -382,10 +375,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -416,10 +409,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -450,10 +443,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -485,10 +478,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -522,10 +515,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -557,10 +550,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -595,10 +588,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -630,10 +623,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 diff --git a/manpages/po/de/lb_source.1.po b/manpages/po/de/lb_source.1.po index 0fbf73f57..e8e24b4ba 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -347,10 +340,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -382,10 +375,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -416,10 +409,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -450,10 +443,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -485,10 +478,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -522,10 +515,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -557,10 +550,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -595,10 +588,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -630,10 +623,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 diff --git a/manpages/po/de/lb_source_checksums.1.po b/manpages/po/de/lb_source_checksums.1.po index fdba9a9d9..6f95accbc 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.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 ea73f4257..284329e24 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_source_debian.1.po b/manpages/po/de/lb_source_debian.1.po index 24e5f3c5d..90cb65e28 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_source_disk.1.po b/manpages/po/de/lb_source_disk.1.po index 409e76971..7adc42866 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_source_iso.1.po b/manpages/po/de/lb_source_iso.1.po index b37feca16..ebc7f417a 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_source_net.1.po b/manpages/po/de/lb_source_net.1.po index 881f14e89..fdcd2d085 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_source_tar.1.po b/manpages/po/de/lb_source_tar.1.po index ec3e675b1..df18b6e07 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_source_usb.1.po b/manpages/po/de/lb_source_usb.1.po index f1bbfa014..c71467acb 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.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 6ba20906e..0a024ffcc 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/po/de/lb_testroot.1.po b/manpages/po/de/lb_testroot.1.po index e8bfda552..dc3469153 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -347,10 +340,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -382,10 +375,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -416,10 +409,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -450,10 +443,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -485,10 +478,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -522,10 +515,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -557,10 +550,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -595,10 +588,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -630,10 +623,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 diff --git a/manpages/po/de/live-build.7.po b/manpages/po/de/live-build.7.po index c63867f60..3e11d1655 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-07-19 10:49+0300\n" -"PO-Revision-Date: 2011-06-15 22:05+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+0300\n" +"PO-Revision-Date: 2011-07-19 11:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -444,10 +437,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -481,10 +474,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -516,10 +509,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -554,10 +547,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -589,10 +582,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -1140,7 +1133,7 @@ msgstr "" #. type: IP #: en/live-build.7:118 #, no-wrap -msgid "B<lb_chroot_local-hooks>(1)" +msgid "B<lb_chroot_hooks>(1)" msgstr "" #. type: Plain text diff --git a/manpages/po4a.cfg b/manpages/po4a.cfg index fade2fdde..19456166e 100644 --- a/manpages/po4a.cfg +++ b/manpages/po4a.cfg @@ -39,12 +39,12 @@ [type: man] en/lb_chroot_devpts.1 $lang:$lang/lb_chroot_devpts.$lang.1 [type: man] en/lb_chroot_dpkg.1 $lang:$lang/lb_chroot_dpkg.$lang.1 [type: man] en/lb_chroot_hacks.1 $lang:$lang/lb_chroot_hacks.$lang.1 +[type: man] en/lb_chroot_hooks.1 $lang:$lang/lb_chroot_hooks.$lang.1 [type: man] en/lb_chroot_hostname.1 $lang:$lang/lb_chroot_hostname.$lang.1 [type: man] en/lb_chroot_hosts.1 $lang:$lang/lb_chroot_hosts.$lang.1 [type: man] en/lb_chroot_install-packages.1 $lang:$lang/lb_chroot_install-packages.$lang.1 [type: man] en/lb_chroot_interactive.1 $lang:$lang/lb_chroot_interactive.$lang.1 [type: man] en/lb_chroot_linux-image.1 $lang:$lang/lb_chroot_linux-image.$lang.1 -[type: man] en/lb_chroot_local-hooks.1 $lang:$lang/lb_chroot_local-hooks.$lang.1 [type: man] en/lb_chroot_local-includes.1 $lang:$lang/lb_chroot_local-includes.$lang.1 [type: man] en/lb_chroot_local-packagelists.1 $lang:$lang/lb_chroot_local-packagelists.$lang.1 [type: man] en/lb_chroot_local-patches.1 $lang:$lang/lb_chroot_local-patches.$lang.1 diff --git a/manpages/pot/lb.1.pot b/manpages/pot/lb.1.pot index a6f5b6856..06c60d10f 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -207,17 +202,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -251,17 +245,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -292,10 +285,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -335,10 +328,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -377,10 +370,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -412,10 +405,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -446,10 +439,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -480,10 +473,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -552,10 +545,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -587,10 +580,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -625,10 +618,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -660,10 +653,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 diff --git a/manpages/pot/lb_binary.1.pot b/manpages/pot/lb_binary.1.pot index c265bda01..f75193f94 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -347,10 +340,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -382,10 +375,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -416,10 +409,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -450,10 +443,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -485,10 +478,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -522,10 +515,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -557,10 +550,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -595,10 +588,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -630,10 +623,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 diff --git a/manpages/pot/lb_binary_checksums.1.pot b/manpages/pot/lb_binary_checksums.1.pot index bd9a5a113..a0236c596 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -684,10 +677,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_binary_chroot.1.pot b/manpages/pot/lb_binary_chroot.1.pot index 93f01ff5f..76bc3452b 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_binary_debian-installer.1.pot b/manpages/pot/lb_binary_debian-installer.1.pot index c40e52143..81cf221ab 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_binary_disk.1.pot b/manpages/pot/lb_binary_disk.1.pot index c9a8df3be..d524e1fde 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_binary_grub.1.pot b/manpages/pot/lb_binary_grub.1.pot index 30449c82f..12b5db101 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_binary_grub2.1.pot b/manpages/pot/lb_binary_grub2.1.pot index f96bb2ab6..2411bdfdb 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_binary_includes.1.pot b/manpages/pot/lb_binary_includes.1.pot index 7e29c59a4..35f23b26c 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_binary_iso.1.pot b/manpages/pot/lb_binary_iso.1.pot index e5d6e166e..cf3fb713a 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_binary_linux-image.1.pot b/manpages/pot/lb_binary_linux-image.1.pot index ca7bf14ad..d19b00cf6 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_binary_local-hooks.1.pot b/manpages/pot/lb_binary_local-hooks.1.pot index a31a73f00..41a9aecda 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_binary_local-includes.1.pot b/manpages/pot/lb_binary_local-includes.1.pot index 761af2a30..05b923ad0 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_binary_local-packagelists.1.pot b/manpages/pot/lb_binary_local-packagelists.1.pot index 1a0f03c53..d9852f047 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_binary_manifest.1.pot b/manpages/pot/lb_binary_manifest.1.pot index f91369cdd..50fd695ee 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_binary_memtest.1.pot b/manpages/pot/lb_binary_memtest.1.pot index 73d13c618..9f282db16 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_binary_net.1.pot b/manpages/pot/lb_binary_net.1.pot index 696c344dd..6c1bf852d 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_binary_rootfs.1.pot b/manpages/pot/lb_binary_rootfs.1.pot index 608f0cbf2..d32a5bf2a 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_binary_silo.1.pot b/manpages/pot/lb_binary_silo.1.pot index df6672644..6407e6068 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_binary_syslinux.1.pot b/manpages/pot/lb_binary_syslinux.1.pot index ecc0de9e5..623063670 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_binary_tar.1.pot b/manpages/pot/lb_binary_tar.1.pot index d43ae3f29..91df766e5 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_binary_usb.1.pot b/manpages/pot/lb_binary_usb.1.pot index 4d133486e..1a059e30c 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_binary_virtual-hdd.1.pot b/manpages/pot/lb_binary_virtual-hdd.1.pot index b16abddd4..e64f9f889 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_binary_win32-loader.1.pot b/manpages/pot/lb_binary_win32-loader.1.pot index 6048ff433..028108737 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_binary_yaboot.1.pot b/manpages/pot/lb_binary_yaboot.1.pot index 03f6ca515..fea5d6a56 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_bootstrap.1.pot b/manpages/pot/lb_bootstrap.1.pot index f4200dabe..33bcc0fba 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -347,10 +340,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -382,10 +375,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -416,10 +409,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -450,10 +443,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -485,10 +478,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -522,10 +515,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -557,10 +550,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -595,10 +588,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -630,10 +623,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 diff --git a/manpages/pot/lb_bootstrap_cache.1.pot b/manpages/pot/lb_bootstrap_cache.1.pot index 27cf3a53d..bac45b243 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_bootstrap_cdebootstrap.1.pot b/manpages/pot/lb_bootstrap_cdebootstrap.1.pot index 5150978c0..97d4eafa5 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_bootstrap_copy.1.pot b/manpages/pot/lb_bootstrap_copy.1.pot index a59f31d3d..37182adca 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_bootstrap_debootstrap.1.pot b/manpages/pot/lb_bootstrap_debootstrap.1.pot index 6acd6c347..d21789a1f 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_build.1.pot b/manpages/pot/lb_build.1.pot index c8692db2f..8cb9a6383 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 diff --git a/manpages/pot/lb_chroot.1.pot b/manpages/pot/lb_chroot.1.pot index aa385fd3e..80db5b460 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -347,10 +340,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -382,10 +375,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -416,10 +409,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -450,10 +443,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -485,10 +478,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -522,10 +515,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -557,10 +550,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -595,10 +588,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -630,10 +623,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 diff --git a/manpages/pot/lb_chroot_apt.1.pot b/manpages/pot/lb_chroot_apt.1.pot index 29d1e62c5..cbe8441c5 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_chroot_archives.1.pot b/manpages/pot/lb_chroot_archives.1.pot index 0d4bede11..845b2f93b 100644 --- a/manpages/pot/lb_chroot_archives.1.pot +++ b/manpages/pot/lb_chroot_archives.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_chroot_cache.1.pot b/manpages/pot/lb_chroot_cache.1.pot index b986bc5d5..ec2492808 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_chroot_debianchroot.1.pot b/manpages/pot/lb_chroot_debianchroot.1.pot index 923501131..c251f3c55 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_chroot_devpts.1.pot b/manpages/pot/lb_chroot_devpts.1.pot index 5f6d31419..a89af49db 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_chroot_dpkg.1.pot b/manpages/pot/lb_chroot_dpkg.1.pot index ceddca7ec..b1ef51ac3 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_chroot_hacks.1.pot b/manpages/pot/lb_chroot_hacks.1.pot index 4fe218578..8f6fbf5e7 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_chroot_local-hooks.1.pot b/manpages/pot/lb_chroot_hooks.1.pot index 158eb730a..85e64ad27 100644 --- a/manpages/pot/lb_chroot_local-hooks.1.pot +++ b/manpages/pot/lb_chroot_hooks.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 @@ -678,26 +671,26 @@ msgid "B<n/a>" msgstr "" #. type: Plain text -#: en/lb_chroot_local-hooks.1:5 -msgid "B<lb chroot_local-hooks> - Complete the chroot stage" +#: en/lb_chroot_hooks.1:5 +msgid "B<lb chroot_hooks> - Complete the chroot stage" msgstr "" #. type: Plain text -#: en/lb_chroot_local-hooks.1:8 -msgid "B<lb chroot_local-hooks> [I<live-build options>]" +#: en/lb_chroot_hooks.1:8 +msgid "B<lb chroot_hooks> [I<live-build options>]" msgstr "" #. type: Plain text -#: en/lb_chroot_local-hooks.1:11 +#: en/lb_chroot_hooks.1:11 msgid "" -"B<lb chroot_local-hooks> is a low-level command (plumbing) of I<live-build>" -"(7), the Debian Live tool suite." +"B<lb chroot_hooks> is a low-level command (plumbing) of I<live-build>(7), " +"the Debian Live tool suite." msgstr "" #. type: Plain text -#: en/lb_chroot_local-hooks.1:16 +#: en/lb_chroot_hooks.1:16 msgid "" -"B<lb chroot_local-hooks> 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_hooks> 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_hostname.1.pot b/manpages/pot/lb_chroot_hostname.1.pot index e4285d0e2..6434c2485 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_chroot_hosts.1.pot b/manpages/pot/lb_chroot_hosts.1.pot index 372193245..df2ce22a1 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_chroot_install-packages.1.pot b/manpages/pot/lb_chroot_install-packages.1.pot index dbd65bd76..cd4ddefd8 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_chroot_interactive.1.pot b/manpages/pot/lb_chroot_interactive.1.pot index 54af12c79..e4cc2331b 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_chroot_linux-image.1.pot b/manpages/pot/lb_chroot_linux-image.1.pot index 5807c5131..5455ec332 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_chroot_local-includes.1.pot b/manpages/pot/lb_chroot_local-includes.1.pot index d33b8bd59..27ba26a1e 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_chroot_local-packagelists.1.pot b/manpages/pot/lb_chroot_local-packagelists.1.pot index 2bf584cbb..2b2ffd58a 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_chroot_local-patches.1.pot b/manpages/pot/lb_chroot_local-patches.1.pot index 0bd32ced2..c9de36c60 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_chroot_local-preseed.1.pot b/manpages/pot/lb_chroot_local-preseed.1.pot index 3a54a7ad8..1f58b7d25 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_chroot_packagelists.1.pot b/manpages/pot/lb_chroot_packagelists.1.pot index 8a84d512c..16ee490ad 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_chroot_packages.1.pot b/manpages/pot/lb_chroot_packages.1.pot index 35f9d130d..32b50470e 100644 --- a/manpages/pot/lb_chroot_packages.1.pot +++ b/manpages/pot/lb_chroot_packages.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_chroot_preseed.1.pot b/manpages/pot/lb_chroot_preseed.1.pot index eb67eaab9..24177f0aa 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_chroot_proc.1.pot b/manpages/pot/lb_chroot_proc.1.pot index 47a598970..78a9e956b 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_chroot_resolv.1.pot b/manpages/pot/lb_chroot_resolv.1.pot index 063f7e444..7daff14b7 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_chroot_selinuxfs.1.pot b/manpages/pot/lb_chroot_selinuxfs.1.pot index a0803a8a5..e635287c9 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_chroot_sysfs.1.pot b/manpages/pot/lb_chroot_sysfs.1.pot index 84eed97f8..6e54c4008 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_chroot_sysv-rc.1.pot b/manpages/pot/lb_chroot_sysv-rc.1.pot index c7ce8ec03..faafba339 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_chroot_task-lists.1.pot b/manpages/pot/lb_chroot_task-lists.1.pot index 77b72f579..33ac1083c 100644 --- a/manpages/pot/lb_chroot_task-lists.1.pot +++ b/manpages/pot/lb_chroot_task-lists.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2011-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_chroot_upstart.1.pot b/manpages/pot/lb_chroot_upstart.1.pot index fcd4abc6a..40e4762d0 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_clean.1.pot b/manpages/pot/lb_clean.1.pot index f152ee6ff..8aeebb975 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 diff --git a/manpages/pot/lb_config.1.pot b/manpages/pot/lb_config.1.pot index eed1b5781..425df4863 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 diff --git a/manpages/pot/lb_local.1.pot b/manpages/pot/lb_local.1.pot index 153bcd0af..a6b9b601d 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -347,10 +340,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -382,10 +375,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -416,10 +409,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -450,10 +443,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -485,10 +478,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -522,10 +515,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -557,10 +550,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -595,10 +588,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -630,10 +623,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 diff --git a/manpages/pot/lb_source.1.pot b/manpages/pot/lb_source.1.pot index cb5dfec6d..ef68fa203 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -347,10 +340,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -382,10 +375,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -416,10 +409,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -450,10 +443,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -485,10 +478,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -522,10 +515,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -557,10 +550,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -595,10 +588,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -630,10 +623,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 diff --git a/manpages/pot/lb_source_checksums.1.pot b/manpages/pot/lb_source_checksums.1.pot index 261a0dcdb..febdc03c2 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_source_debian-live.1.pot b/manpages/pot/lb_source_debian-live.1.pot index 4bdc9edc7..145113502 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_source_debian.1.pot b/manpages/pot/lb_source_debian.1.pot index e42c73681..ed06b62eb 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_source_disk.1.pot b/manpages/pot/lb_source_disk.1.pot index b810683e6..aa8f87f03 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_source_iso.1.pot b/manpages/pot/lb_source_iso.1.pot index 22e747f37..d997a0fa8 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_source_net.1.pot b/manpages/pot/lb_source_net.1.pot index a024c010b..874e9a065 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_source_tar.1.pot b/manpages/pot/lb_source_tar.1.pot index 5e1e7c53f..fe3851585 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_source_usb.1.pot b/manpages/pot/lb_source_usb.1.pot index 35493d1fa..d02d4197c 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_source_virtual-hdd.1.pot b/manpages/pot/lb_source_virtual-hdd.1.pot index 10c0f345f..1532bd46d 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -443,10 +436,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -478,10 +471,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -515,10 +508,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -550,10 +543,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -588,10 +581,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -623,10 +616,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -659,10 +652,10 @@ msgstr "" #: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19 #: en/lb_chroot_apt.1:19 en/lb_chroot_archives.1:19 en/lb_chroot_cache.1:19 #: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19 -#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hostname.1:19 -#: en/lb_chroot_hosts.1:19 en/lb_chroot_install-packages.1:19 -#: en/lb_chroot_interactive.1:19 en/lb_chroot_linux-image.1:19 -#: en/lb_chroot_local-hooks.1:19 en/lb_chroot_local-includes.1:19 +#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19 +#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 +#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 +#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-includes.1:19 #: en/lb_chroot_local-packagelists.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_packages.1:19 en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 diff --git a/manpages/pot/lb_testroot.1.pot b/manpages/pot/lb_testroot.1.pot index 34d122a76..f10b65266 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -347,10 +340,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -382,10 +375,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22 #: en/lb_chroot_apt.1:23 en/lb_chroot_archives.1:23 en/lb_chroot_cache.1:23 #: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23 -#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hostname.1:23 -#: en/lb_chroot_hosts.1:23 en/lb_chroot_install-packages.1:23 -#: en/lb_chroot_interactive.1:23 en/lb_chroot_linux-image.1:23 -#: en/lb_chroot_local-hooks.1:23 en/lb_chroot_local-includes.1:23 +#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23 +#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 +#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 +#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-includes.1:23 #: en/lb_chroot_local-packagelists.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_packagelists.1:23 #: en/lb_chroot_packages.1:23 en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 @@ -416,10 +409,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -450,10 +443,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -485,10 +478,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -522,10 +515,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -557,10 +550,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -595,10 +588,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -630,10 +623,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 diff --git a/manpages/pot/live-build.7.pot b/manpages/pot/live-build.7.pot index ba2967471..cea8eabe7 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-07-19 10:49+0300\n" +"POT-Creation-Date: 2011-07-19 11:55+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" @@ -32,17 +32,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -66,17 +65,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -100,17 +98,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -134,17 +131,16 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_archives.1:1 #: en/lb_chroot_cache.1:1 en/lb_chroot_debianchroot.1:1 #: en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1 en/lb_chroot_hacks.1:1 -#: en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 +#: en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1 en/lb_chroot_hosts.1:1 #: en/lb_chroot_install-packages.1:1 en/lb_chroot_interactive.1:1 -#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-hooks.1:1 -#: en/lb_chroot_local-includes.1:1 en/lb_chroot_local-packagelists.1:1 -#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_packagelists.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 -#: en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_task-lists.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 -#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 -#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 +#: en/lb_chroot_linux-image.1:1 en/lb_chroot_local-includes.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-patches.1:1 +#: en/lb_chroot_local-preseed.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sysfs.1:1 +#: en/lb_chroot_sysv-rc.1:1 en/lb_chroot_task-lists.1:1 +#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 +#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 @@ -168,17 +164,16 @@ msgstr "" #: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_archives.1:3 #: en/lb_chroot_cache.1:3 en/lb_chroot_debianchroot.1:3 #: en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3 en/lb_chroot_hacks.1:3 -#: en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 +#: en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3 en/lb_chroot_hosts.1:3 #: en/lb_chroot_install-packages.1:3 en/lb_chroot_interactive.1:3 -#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-hooks.1:3 -#: en/lb_chroot_local-includes.1:3 en/lb_chroot_local-packagelists.1:3 -#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_packagelists.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 -#: en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_task-lists.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 -#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 -#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 +#: en/lb_chroot_linux-image.1:3 en/lb_chroot_local-includes.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-patches.1:3 +#: en/lb_chroot_local-preseed.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sysfs.1:3 +#: en/lb_chroot_sysv-rc.1:3 en/lb_chroot_task-lists.1:3 +#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 +#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3 @@ -202,17 +197,16 @@ msgstr "" #: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_archives.1:6 #: en/lb_chroot_cache.1:6 en/lb_chroot_debianchroot.1:6 #: en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6 en/lb_chroot_hacks.1:6 -#: en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 +#: en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6 en/lb_chroot_hosts.1:6 #: en/lb_chroot_install-packages.1:6 en/lb_chroot_interactive.1:6 -#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-hooks.1:6 -#: en/lb_chroot_local-includes.1:6 en/lb_chroot_local-packagelists.1:6 -#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_packagelists.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 -#: en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_task-lists.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 -#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 -#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 +#: en/lb_chroot_linux-image.1:6 en/lb_chroot_local-includes.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-patches.1:6 +#: en/lb_chroot_local-preseed.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sysfs.1:6 +#: en/lb_chroot_sysv-rc.1:6 en/lb_chroot_task-lists.1:6 +#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 +#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6 @@ -236,17 +230,16 @@ msgstr "" #: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_archives.1:9 #: en/lb_chroot_cache.1:9 en/lb_chroot_debianchroot.1:9 #: en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9 en/lb_chroot_hacks.1:9 -#: en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 +#: en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9 en/lb_chroot_hosts.1:9 #: en/lb_chroot_install-packages.1:9 en/lb_chroot_interactive.1:9 -#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-hooks.1:9 -#: en/lb_chroot_local-includes.1:9 en/lb_chroot_local-packagelists.1:9 -#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_packagelists.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 -#: en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_task-lists.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 -#: en/lb_config.1:243 en/lb_local.1:9 en/lb_source.1:9 -#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 +#: en/lb_chroot_linux-image.1:9 en/lb_chroot_local-includes.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-patches.1:9 +#: en/lb_chroot_local-preseed.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sysfs.1:9 +#: en/lb_chroot_sysv-rc.1:9 en/lb_chroot_task-lists.1:9 +#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_local.1:9 +#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11 @@ -270,10 +263,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14 #: en/lb_chroot_apt.1:14 en/lb_chroot_archives.1:14 en/lb_chroot_cache.1:14 #: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14 -#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hostname.1:14 -#: en/lb_chroot_hosts.1:14 en/lb_chroot_install-packages.1:14 -#: en/lb_chroot_interactive.1:14 en/lb_chroot_linux-image.1:14 -#: en/lb_chroot_local-hooks.1:14 en/lb_chroot_local-includes.1:14 +#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14 +#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 +#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 +#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-includes.1:14 #: en/lb_chroot_local-packagelists.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_packagelists.1:14 #: en/lb_chroot_packages.1:14 en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 @@ -305,10 +298,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17 #: en/lb_chroot_apt.1:17 en/lb_chroot_archives.1:17 en/lb_chroot_cache.1:17 #: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17 -#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hostname.1:17 -#: en/lb_chroot_hosts.1:17 en/lb_chroot_install-packages.1:17 -#: en/lb_chroot_interactive.1:17 en/lb_chroot_linux-image.1:17 -#: en/lb_chroot_local-hooks.1:17 en/lb_chroot_local-includes.1:17 +#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17 +#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 +#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 +#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-includes.1:17 #: en/lb_chroot_local-packagelists.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_packagelists.1:17 #: en/lb_chroot_packages.1:17 en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 @@ -340,10 +333,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20 #: en/lb_chroot_apt.1:21 en/lb_chroot_archives.1:21 en/lb_chroot_cache.1:21 #: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21 -#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hostname.1:21 -#: en/lb_chroot_hosts.1:21 en/lb_chroot_install-packages.1:21 -#: en/lb_chroot_interactive.1:21 en/lb_chroot_linux-image.1:21 -#: en/lb_chroot_local-hooks.1:21 en/lb_chroot_local-includes.1:21 +#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21 +#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 +#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 +#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-includes.1:21 #: en/lb_chroot_local-packagelists.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_packagelists.1:21 #: en/lb_chroot_packages.1:21 en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 @@ -375,10 +368,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24 #: en/lb_chroot_apt.1:25 en/lb_chroot_archives.1:25 en/lb_chroot_cache.1:25 #: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25 -#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hostname.1:25 -#: en/lb_chroot_hosts.1:25 en/lb_chroot_install-packages.1:25 -#: en/lb_chroot_interactive.1:25 en/lb_chroot_linux-image.1:25 -#: en/lb_chroot_local-hooks.1:25 en/lb_chroot_local-includes.1:25 +#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25 +#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 +#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 +#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-includes.1:25 #: en/lb_chroot_local-packagelists.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_packagelists.1:25 #: en/lb_chroot_packages.1:25 en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 @@ -409,10 +402,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25 #: en/lb_chroot_apt.1:26 en/lb_chroot_archives.1:26 en/lb_chroot_cache.1:26 #: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26 -#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hostname.1:26 -#: en/lb_chroot_hosts.1:26 en/lb_chroot_install-packages.1:26 -#: en/lb_chroot_interactive.1:26 en/lb_chroot_linux-image.1:26 -#: en/lb_chroot_local-hooks.1:26 en/lb_chroot_local-includes.1:26 +#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 +#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 +#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-includes.1:26 #: en/lb_chroot_local-packagelists.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_packagelists.1:26 #: en/lb_chroot_packages.1:26 en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 @@ -444,10 +437,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27 #: en/lb_chroot_apt.1:28 en/lb_chroot_archives.1:28 en/lb_chroot_cache.1:28 #: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28 -#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hostname.1:28 -#: en/lb_chroot_hosts.1:28 en/lb_chroot_install-packages.1:28 -#: en/lb_chroot_interactive.1:28 en/lb_chroot_linux-image.1:28 -#: en/lb_chroot_local-hooks.1:28 en/lb_chroot_local-includes.1:28 +#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28 +#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 +#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 +#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-includes.1:28 #: en/lb_chroot_local-packagelists.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_packagelists.1:28 #: en/lb_chroot_packages.1:28 en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 @@ -481,10 +474,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28 #: en/lb_chroot_apt.1:29 en/lb_chroot_archives.1:29 en/lb_chroot_cache.1:29 #: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29 -#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hostname.1:29 -#: en/lb_chroot_hosts.1:29 en/lb_chroot_install-packages.1:29 -#: en/lb_chroot_interactive.1:29 en/lb_chroot_linux-image.1:29 -#: en/lb_chroot_local-hooks.1:29 en/lb_chroot_local-includes.1:29 +#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29 +#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 +#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 +#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-includes.1:29 #: en/lb_chroot_local-packagelists.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_packagelists.1:29 #: en/lb_chroot_packages.1:29 en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 @@ -516,10 +509,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30 #: en/lb_chroot_apt.1:31 en/lb_chroot_archives.1:31 en/lb_chroot_cache.1:31 #: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31 -#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hostname.1:31 -#: en/lb_chroot_hosts.1:31 en/lb_chroot_install-packages.1:31 -#: en/lb_chroot_interactive.1:31 en/lb_chroot_linux-image.1:31 -#: en/lb_chroot_local-hooks.1:31 en/lb_chroot_local-includes.1:31 +#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31 +#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 +#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 +#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-includes.1:31 #: en/lb_chroot_local-packagelists.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_packagelists.1:31 #: en/lb_chroot_packages.1:31 en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 @@ -554,10 +547,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31 #: en/lb_chroot_apt.1:32 en/lb_chroot_archives.1:32 en/lb_chroot_cache.1:32 #: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32 -#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hostname.1:32 -#: en/lb_chroot_hosts.1:32 en/lb_chroot_install-packages.1:32 -#: en/lb_chroot_interactive.1:32 en/lb_chroot_linux-image.1:32 -#: en/lb_chroot_local-hooks.1:32 en/lb_chroot_local-includes.1:32 +#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32 +#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 +#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 +#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-includes.1:32 #: en/lb_chroot_local-packagelists.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_packagelists.1:32 #: en/lb_chroot_packages.1:32 en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 @@ -589,10 +582,10 @@ msgstr "" #: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32 #: en/lb_chroot_apt.1:33 en/lb_chroot_archives.1:33 en/lb_chroot_cache.1:33 #: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33 -#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hostname.1:33 -#: en/lb_chroot_hosts.1:33 en/lb_chroot_install-packages.1:33 -#: en/lb_chroot_interactive.1:33 en/lb_chroot_linux-image.1:33 -#: en/lb_chroot_local-hooks.1:33 en/lb_chroot_local-includes.1:33 +#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33 +#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 +#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 +#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-includes.1:33 #: en/lb_chroot_local-packagelists.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_packagelists.1:33 #: en/lb_chroot_packages.1:33 en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 @@ -1140,7 +1133,7 @@ msgstr "" #. type: IP #: en/live-build.7:118 #, no-wrap -msgid "B<lb_chroot_local-hooks>(1)" +msgid "B<lb_chroot_hooks>(1)" msgstr "" #. type: Plain text diff --git a/scripts/build/lb_chroot b/scripts/build/lb_chroot index d0df15ec1..c01941817 100755 --- a/scripts/build/lb_chroot +++ b/scripts/build/lb_chroot @@ -72,7 +72,7 @@ done lb chroot_live-packages ${*} lb chroot_local-includes ${*} lb chroot_local-patches ${*} -lb chroot_local-hooks ${*} +lb chroot_hooks ${*} lb chroot_hacks ${*} lb chroot_interactive ${*} diff --git a/scripts/build/lb_chroot_local-hooks b/scripts/build/lb_chroot_hooks index f7bc57468..1f62832e1 100755 --- a/scripts/build/lb_chroot_local-hooks +++ b/scripts/build/lb_chroot_hooks @@ -30,7 +30,7 @@ Echo_message "Begin executing local hooks..." Require_stagefile .stage/config .stage/bootstrap # Checking stage file -Check_stagefile .stage/chroot_local-hooks +Check_stagefile .stage/chroot_hooks # Checking lock file Check_lockfile .lock @@ -38,33 +38,58 @@ Check_lockfile .lock # Creating lock file Create_lockfile .lock -# Processing local-hooks +## Processing distribution hooks + +# Copying hooks +for _HOOK in ${LB_CHROOT_HOOKS} +do + if [ -e "${LB_BASE}/hooks/???-${_HOOK}.chroot" ] + then + mkdir -p chroot/root/lb_chroot_hooks + cp "${LB_BASE}/hooks/???-${_HOOK}.chroot" chroot/root/lb_chroot_hooks + fi +done + +# Running hooks +if ls chroot/root/lb_chroot_hooks/* > /dev/null 2>&1 +then + for _HOOK in chroot/root/lb_chroot_hooks/* + do + Chroot chroot "/root/$(basename ${_HOOK})" || { Echo_error "${_HOOK} failed (exit non-zero). You should check for errors."; exit 1 ;} + rm -f chroot/root/"$(basename ${_HOOK})" + done + + rmdir chroot/root/lb_chroot_hooks +fi + +## Processing local hooks + if Find_files config/hooks/*.chroot then # Restoring cache Restore_cache cache/packages_chroot - for HOOK in config/hooks/*.chroot + for _HOOK in config/hooks/*.chroot do # Copying hook - cp "${HOOK}" chroot/root + cp "${_HOOK}" chroot/root # Making hook executable - if [ ! -x chroot/root/"$(basename ${HOOK})" ] + if [ ! -x chroot/root/"$(basename ${_HOOK})" ] then - chmod +x chroot/root/"$(basename ${HOOK})" + chmod +x chroot/root/"$(basename ${_HOOK})" fi # Executing hook - Chroot chroot "/root/$(basename ${HOOK})" || { Echo_error "${HOOK} failed (exit non-zero). You should check for errors."; exit 1 ;} + Chroot chroot "/root/$(basename ${_HOOK})" || { Echo_error "${_HOOK} failed (exit non-zero). You should check for errors."; exit 1 ;} # Removing hook - rm -f chroot/root/"$(basename ${HOOK})" + rm -f chroot/root/"$(basename ${_HOOK})" done # Saving cache Save_cache cache/packages_chroot # Creating stage file - Create_stagefile .stage/chroot_local-hooks + Create_stagefile .stage/chroot_hooks fi |