Adding program specification to lb_binary_hooks manpage.

This commit is contained in:
Daniel Baumann 2013-11-04 11:55:07 +01:00
parent 1a33b7a585
commit e00df1684b
21 changed files with 963 additions and 561 deletions

View File

@ -27,7 +27,37 @@
live\-build enthält die Komponenten um ein Live System von einem
Konfigurationsverzeichnis zu erstellen.
.PP
Der \fBlb binary_hooks\fP Befehl führt Hooks nach dem Binary Stage aus.
Der \fBlb binary_hooks\fP Befehl führt Hooks Dateien nach dem Binary Stage aus.
.SH SPEZIFIKATION
\fBlb binary_hooks\fP führt alle Hook Dateien die sich im \fBconfig/hooks\fP
Verzeichnis innerhalb des Konfigurationsvereichnisses befinden aus.
.PP
Hook Dateien benötigen weder einen speziellen Besitzer noch spezielle
Zugriffsrechte. Sie werden automatisch als ausführbar markiert wenn sie von
\fBlb binary_hooks\fP ausgeführt werden.
.PP
Hook Dateien müssen entweder den Suffix \fB*.hook\fP oder \fB*.hook.binary\fP
haben.
.PP
Hook Dateien mit dem Suffix \fB*.hook\fP werden als erstes ausgeführt, Hook
Dateien mit dem Suffix \fB*.hook.binary\fP als zweites.
.PP
Hook Dateien werden von \fBlb binary_hooks\fP in alphanummerischer Reihenfolge
ausgeführt. Falls eine Hook Datei davon abhängt nach einer anderen Hook
Datei ausgeführt zu werden, ist die empfohlene Vorgehensweise Nummern als
Prefixes (nnnn, beginnend mit 0001) zu benutzen um die
Ausführungsreihenfolge zu sichern.
.PP
Hook Dateien werden durch \fBlb binary_hooks\fP in das \fBbinary/live\-build\fP
Verzeichnis kopiert. Sie werden innerhalb des binary Verzeichnises
ausgeführt und können das Konfigurationsverzeichnis in \fBlive\-build/config\fP
innerhalb des binary Verzeichnisses lesen.
.PP
\fBWarnung:\fP Hook Dateien werden nicht in einem Chroot sondern innerhalb des
Kontext des Host Systems im binary Vereichnis ausgeführt. Sie haben Root
Privilegien und Zugang zu allen Ressourcen des Host Systems (Geräte,
Dateisysteme, Netzwerk, etc.).
.SH OPTIONEN
.IP \-\-verbose 4
@ -38,15 +68,24 @@ zeigt Hilfenachricht und beendet sich.
zeigt Versionsnummer des Programms und beendet sich.
.SH DATEIEN
.IP \fBconfig/build\fP 4
.IP \fBconfig/hooks/*.hook\fP 4
.IP \fBconfig/hooks/*.hook.binary\fP 4
.IP \fBbinary\fP 4
.IP \fBconfig/build\fP: 4
allgemeine Konfigurationsdatei.
.IP \fBconfig/hooks/*.hook\fP: 4
Allgemeine Hook Dateien.
.IP \fBconfig/hooks/*.hook.binary\fP: 4
Hook Dateien spezifisch für den Binary Stage.
.IP \fBbinary\fP: 4
Verzeichnis in dem Hook Dateien ausgeführt werden.
.IP \fBbinary/live\-build/config\fP: 4
bind mount des Konfigurationsverzeichnis innerhalb des binary Verzeichnisses
um von Hook Dateien gelesen werden zu können.
.IP \fBbinary/live\-build\fP: 4
Verzeichnis in das die Hook Dateien kopiert werden.
.SH "SIEHE AUCH"
.IP \fIlb_bootstrap_hooks\fP(1) 4
.IP \fIlb_chroot_hooks\fP(1) 4
.IP \fIlb_source_hooks\fP(1)
.IP \fIlb_source_hooks\fP(1) 4
.SH HOMEPAGE
Weitere Informationen über live\-build und das Live Systems Projekt können

View File

@ -21,7 +21,22 @@
.SH DESCRIPTION
live\-build contains the components to build a live system from a configuration directory.
.PP
The \fBlb binary_hooks\fR command executes hooks after the binary stage.
The \fBlb binary_hooks\fR command executes hook files after the binary stage.
.SH SPECIFICATION
\fBlb binary_hooks\fR executes any hook files found in the \fBconfig/hooks\fR directory within the configuration directory.
.PP
Hook files do not require to have a specific owner nor specific permissions. They are marked executable by \fBlb binary_hooks\fR automatically when they are executed.
.PP
Hook files must either have the suffix \fB*.hook\fR or \fB*.hook.binary\fR.
.PP
Hook files with the suffix \fB*.hook\fR are executed first, hook files with the suffix \fB*.hook.binary\fR are executed second.
.PP
Hook files are executed in alphanumberical order by \fBlb binary_hooks\fR. If one hook file depends on being run after another, best practise is to use number prefixes (nnnn, starting with 0001) to ensure the order of execution.
.PP
Hook files are copied into the \fBbinary/live-build\fR directory by \fBlb binary_hoooks\fR. They are executed from within the binary directory and can read the configuration directory in \fBlive-build/config\fR within the binary directory.
.PP
\fBWarning:\fR hook files are not executed within a chroot but within the context of the host system in the binary directory. They have root privileges and access to the all host system ressources (devices, filesystems, network, etc.).
.SH OPTIONS
.IP "\-\-verbose" 4
@ -32,15 +47,23 @@ show help message and exit.
show program's version number and exit.
.SH FILES
.IP "\fBconfig/build\fR" 4
.IP "\fBconfig/hooks/*.hook\fR" 4
.IP "\fBconfig/hooks/*.hook.binary\fR" 4
.IP "\fBbinary\fR" 4
.IP "\fBconfig/build\fR:" 4
generic configuration file.
.IP "\fBconfig/hooks/*.hook\fR:" 4
generic hook files.
.IP "\fBconfig/hooks/*.hook.binary\fR:" 4
hook files specific for the binary stage.
.IP "\fBbinary\fR:" 4
directory in which the hook files are executed.
.IP "\fBbinary/live-build/config\fR:" 4
bind mounted configuration directory within the binary directory to be read by hook files.
.IP "\fBbinary/live-build\fR:" 4
directory in which hook files are copied.
.SH SEE ALSO
.IP "\fIlb_bootstrap_hooks\fR(1)" 4
.IP "\fIlb_chroot_hooks\fR(1)" 4
.IP "\fIlb_source_hooks\fR(1)"
.IP "\fIlb_source_hooks\fR(1)" 4
.SH HOMEPAGE
More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttp://live-systems.org/\fR> and in the manual at <\fIhttp://live-systems.org/manual/\fR>.

View File

@ -27,7 +27,34 @@
live\-build contains the components to build a live system from a
configuration directory.
.PP
The \fBlb binary_hooks\fP command executes hooks after the binary stage.
The \fBlb binary_hooks\fP command executes hook files after the binary stage.
.SH SPECIFICATION
\fBlb binary_hooks\fP executes any hook files found in the \fBconfig/hooks\fP
directory within the configuration directory.
.PP
Hook files do not require to have a specific owner nor specific
permissions. They are marked executable by \fBlb binary_hooks\fP automatically
when they are executed.
.PP
Hook files must either have the suffix \fB*.hook\fP or \fB*.hook.binary\fP.
.PP
Hook files with the suffix \fB*.hook\fP are executed first, hook files with the
suffix \fB*.hook.binary\fP are executed second.
.PP
Hook files are executed in alphanumberical order by \fBlb binary_hooks\fP. If
one hook file depends on being run after another, best practise is to use
number prefixes (nnnn, starting with 0001) to ensure the order of execution.
.PP
Hook files are copied into the \fBbinary/live\-build\fP directory by \fBlb
binary_hoooks\fP. They are executed from within the binary directory and can
read the configuration directory in \fBlive\-build/config\fP within the binary
directory.
.PP
\fBWarning:\fP hook files are not executed within a chroot but within the
context of the host system in the binary directory. They have root
privileges and access to the all host system ressources (devices,
filesystems, network, etc.).
.SH OPCIONES
.IP \-\-verbose 4
@ -38,15 +65,24 @@ muestra el mensaje de ayuda y sale.
muestra el número de versión del programa y sale.
.SH FICHEROS
.IP \fBconfig/build\fP 4
.IP \fBconfig/hooks/*.hook\fP 4
.IP \fBconfig/hooks/*.hook.binary\fP 4
.IP \fBbinary\fP 4
.IP \fBconfig/build\fP: 4
generic configuration file.
.IP \fBconfig/hooks/*.hook\fP: 4
generic hook files.
.IP \fBconfig/hooks/*.hook.binary\fP: 4
hook files specific for the binary stage.
.IP \fBbinary\fP: 4
directory in which the hook files are executed.
.IP \fBbinary/live\-build/config\fP: 4
bind mounted configuration directory within the binary directory to be read
by hook files.
.IP \fBbinary/live\-build\fP: 4
directory in which hook files are copied.
.SH "VER TAMBIÉN"
.IP \fIlb_bootstrap_hooks\fP(1) 4
.IP \fIlb_chroot_hooks\fP(1) 4
.IP \fIlb_source_hooks\fP(1)
.IP \fIlb_source_hooks\fP(1) 4
.SH "PÁGINA WEB"
Se puede encontrar más información acerca de live\-build y el proyecto Live

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build 4.0~alpha29-1\n"
"POT-Creation-Date: 2013-11-04 07:18+0100\n"
"POT-Creation-Date: 2013-11-04 11:51+0100\n"
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
"Last-Translator: Daniel Baumann <mail@daniel-baumann.ch>\n"
"Language-Team: none\n"
@ -106,11 +106,94 @@ msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:25
msgid "The B<lb binary_hooks> command executes hooks after the binary stage."
msgstr "Der B<lb binary_hooks> Befehl führt Hooks nach dem Binary Stage aus."
msgid ""
"The B<lb binary_hooks> command executes hook files after the binary stage."
msgstr ""
"Der B<lb binary_hooks> Befehl führt Hooks Dateien nach dem Binary Stage aus."
#. type: SH
#: en/lb_binary_hooks.1:26 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_binary_hooks.1:26
#, no-wrap
msgid "SPECIFICATION"
msgstr "SPEZIFIKATION"
#. type: Plain text
#: en/lb_binary_hooks.1:28
msgid ""
"B<lb binary_hooks> executes any hook files found in the B<config/hooks> "
"directory within the configuration directory."
msgstr ""
"B<lb binary_hooks> führt alle Hook Dateien die sich im B<config/hooks> "
"Verzeichnis innerhalb des Konfigurationsvereichnisses befinden aus."
#. type: Plain text
#: en/lb_binary_hooks.1:30
msgid ""
"Hook files do not require to have a specific owner nor specific permissions. "
"They are marked executable by B<lb binary_hooks> automatically when they are "
"executed."
msgstr ""
"Hook Dateien benötigen weder einen speziellen Besitzer noch spezielle "
"Zugriffsrechte. Sie werden automatisch als ausführbar markiert wenn sie von "
"B<lb binary_hooks> ausgeführt werden."
#. type: Plain text
#: en/lb_binary_hooks.1:32
msgid "Hook files must either have the suffix B<*.hook> or B<*.hook.binary>."
msgstr ""
"Hook Dateien müssen entweder den Suffix B<*.hook> oder B<*.hook.binary> "
"haben."
#. type: Plain text
#: en/lb_binary_hooks.1:34
msgid ""
"Hook files with the suffix B<*.hook> are executed first, hook files with the "
"suffix B<*.hook.binary> are executed second."
msgstr ""
"Hook Dateien mit dem Suffix B<*.hook> werden als erstes ausgeführt, Hook "
"Dateien mit dem Suffix B<*.hook.binary> als zweites."
#. type: Plain text
#: en/lb_binary_hooks.1:36
msgid ""
"Hook files are executed in alphanumberical order by B<lb binary_hooks>. If "
"one hook file depends on being run after another, best practise is to use "
"number prefixes (nnnn, starting with 0001) to ensure the order of execution."
msgstr ""
"Hook Dateien werden von B<lb binary_hooks> in alphanummerischer Reihenfolge "
"ausgeführt. Falls eine Hook Datei davon abhängt nach einer anderen Hook "
"Datei ausgeführt zu werden, ist die empfohlene Vorgehensweise Nummern als "
"Prefixes (nnnn, beginnend mit 0001) zu benutzen um die "
"Ausführungsreihenfolge zu sichern."
#. type: Plain text
#: en/lb_binary_hooks.1:38
msgid ""
"Hook files are copied into the B<binary/live-build> directory by B<lb "
"binary_hoooks>. They are executed from within the binary directory and can "
"read the configuration directory in B<live-build/config> within the binary "
"directory."
msgstr ""
"Hook Dateien werden durch B<lb binary_hooks> in das B<binary/live-build> "
"Verzeichnis kopiert. Sie werden innerhalb des binary Verzeichnises "
"ausgeführt und können das Konfigurationsverzeichnis in B<live-build/config> "
"innerhalb des binary Verzeichnisses lesen."
#. type: Plain text
#: en/lb_binary_hooks.1:40
msgid ""
"B<Warning:> hook files are not executed within a chroot but within the "
"context of the host system in the binary directory. They have root "
"privileges and access to the all host system ressources (devices, "
"filesystems, network, etc.)."
msgstr ""
"B<Warnung:> Hook Dateien werden nicht in einem Chroot sondern innerhalb des "
"Kontext des Host Systems im binary Vereichnis ausgeführt. Sie haben Root "
"Privilegien und Zugang zu allen Ressourcen des Host Systems (Geräte, "
"Dateisysteme, Netzwerk, etc.)."
#. type: SH
#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:26
#: en/lb_chroot_hooks.1:26 en/lb_source_hooks.1:26
#, no-wrap
@ -118,7 +201,7 @@ msgid "OPTIONS"
msgstr "OPTIONEN"
#. type: IP
#: en/lb_binary_hooks.1:27 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:27
#: en/lb_chroot_hooks.1:27 en/lb_source_hooks.1:27
#, no-wrap
@ -126,14 +209,14 @@ msgid "--verbose"
msgstr "--verbose"
#. type: Plain text
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
msgid "sets verbose option (default: False)."
msgstr "setzt verbose Option für mehr Ausgaben (Standardwert: aus)."
#. type: IP
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
#, no-wrap
@ -141,14 +224,14 @@ msgid "-h, --help"
msgstr "-h, --help"
#. type: Plain text
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
msgid "show help message and exit."
msgstr "zeigt Hilfenachricht und beendet sich."
#. type: IP
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
#, no-wrap
@ -156,14 +239,14 @@ msgid "-v, --version"
msgstr "-v, --version"
#. type: Plain text
#: en/lb_binary_hooks.1:33 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:33
#: en/lb_chroot_hooks.1:33 en/lb_source_hooks.1:33
msgid "show program's version number and exit."
msgstr "zeigt Versionsnummer des Programms und beendet sich."
#. type: SH
#: en/lb_binary_hooks.1:34 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:34
#: en/lb_chroot_hooks.1:34 en/lb_source_hooks.1:34
#, no-wrap
@ -171,34 +254,77 @@ msgid "FILES"
msgstr "DATEIEN"
#. type: IP
#: en/lb_binary_hooks.1:35 en/lb_bootstrap_cdebootstrap.1:37
#: en/lb_bootstrap_debootstrap.1:37 en/lb_bootstrap_hooks.1:35
#: en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
#: en/lb_binary_hooks.1:50
#, no-wrap
msgid "B<config/build>"
msgstr "B<config/build>"
msgid "B<config/build>:"
msgstr "B<config/build>:"
#. type: Plain text
#: en/lb_binary_hooks.1:52
msgid "generic configuration file."
msgstr "allgemeine Konfigurationsdatei."
#. type: IP
#: en/lb_binary_hooks.1:36 en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36
#: en/lb_source_hooks.1:36
#: en/lb_binary_hooks.1:52
#, no-wrap
msgid "B<config/hooks/*.hook>"
msgstr "B<config/hooks/*.hook>"
msgid "B<config/hooks/*.hook>:"
msgstr "B<config/hooks/*.hook>:"
#. type: Plain text
#: en/lb_binary_hooks.1:54
msgid "generic hook files."
msgstr "Allgemeine Hook Dateien."
#. type: IP
#: en/lb_binary_hooks.1:37
#: en/lb_binary_hooks.1:54
#, no-wrap
msgid "B<config/hooks/*.hook.binary>"
msgstr "B<config/hooks/*.hook.binary>"
msgid "B<config/hooks/*.hook.binary>:"
msgstr "B<config/hooks/*.hook.binary>:"
#. type: Plain text
#: en/lb_binary_hooks.1:56
msgid "hook files specific for the binary stage."
msgstr "Hook Dateien spezifisch für den Binary Stage."
#. type: IP
#: en/lb_binary_hooks.1:38
#: en/lb_binary_hooks.1:56
#, no-wrap
msgid "B<binary>"
msgstr "B<binary>"
msgid "B<binary>:"
msgstr "B<binary>:"
#. type: Plain text
#: en/lb_binary_hooks.1:58
msgid "directory in which the hook files are executed."
msgstr "Verzeichnis in dem Hook Dateien ausgeführt werden."
#. type: IP
#: en/lb_binary_hooks.1:58
#, no-wrap
msgid "B<binary/live-build/config>:"
msgstr "B<binary/live-build/config>:"
#. type: Plain text
#: en/lb_binary_hooks.1:60
msgid ""
"bind mounted configuration directory within the binary directory to be read "
"by hook files."
msgstr ""
"bind mount des Konfigurationsverzeichnis innerhalb des binary Verzeichnisses "
"um von Hook Dateien gelesen werden zu können."
#. type: IP
#: en/lb_binary_hooks.1:60
#, no-wrap
msgid "B<binary/live-build>:"
msgstr "B<binary/live-build>:"
#. type: Plain text
#: en/lb_binary_hooks.1:62
msgid "directory in which hook files are copied."
msgstr "Verzeichnis in das die Hook Dateien kopiert werden."
#. type: SH
#: en/lb_binary_hooks.1:40 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_binary_hooks.1:63 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:40
#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:40
#, no-wrap
@ -206,25 +332,25 @@ msgid "SEE ALSO"
msgstr "SIEHE AUCH"
#. type: IP
#: en/lb_binary_hooks.1:41 en/lb_chroot_hooks.1:41 en/lb_source_hooks.1:41
#: en/lb_binary_hooks.1:64 en/lb_chroot_hooks.1:41 en/lb_source_hooks.1:41
#, no-wrap
msgid "I<lb_bootstrap_hooks>(1)"
msgstr "I<lb_bootstrap_hooks>(1)"
#. type: IP
#: en/lb_binary_hooks.1:42 en/lb_bootstrap_hooks.1:41 en/lb_source_hooks.1:42
#: en/lb_binary_hooks.1:65 en/lb_bootstrap_hooks.1:41 en/lb_source_hooks.1:42
#, no-wrap
msgid "I<lb_chroot_hooks>(1)"
msgstr "I<lb_chroot_hooks>(1)"
#. type: IP
#: en/lb_binary_hooks.1:43 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:43
#: en/lb_binary_hooks.1:66 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:43
#, no-wrap
msgid "I<lb_source_hooks>(1)"
msgstr "I<lb_source_hooks>(1)"
#. type: SH
#: en/lb_binary_hooks.1:45 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:45
#: en/lb_chroot_hooks.1:45 en/lb_source_hooks.1:45
#, no-wrap
@ -232,7 +358,7 @@ msgid "HOMEPAGE"
msgstr "HOMEPAGE"
#. type: Plain text
#: en/lb_binary_hooks.1:47 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_binary_hooks.1:70 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:47
#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:47
msgid ""
@ -245,7 +371,7 @@ msgstr ""
"unter E<lt>I<http://live-systems.org/manual/>E<gt> gefunden werden."
#. type: SH
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:48
#: en/lb_chroot_hooks.1:48 en/lb_source_hooks.1:48
#, no-wrap
@ -253,7 +379,7 @@ msgid "BUGS"
msgstr "FEHLER"
#. type: Plain text
#: en/lb_binary_hooks.1:50 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:50
#: en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:50
msgid ""
@ -270,7 +396,7 @@ msgstr ""
#
#. type: SH
#: en/lb_binary_hooks.1:51 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_binary_hooks.1:74 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:51
#: en/lb_chroot_hooks.1:51 en/lb_source_hooks.1:51
#, no-wrap
@ -278,7 +404,7 @@ msgid "AUTHOR"
msgstr "AUTOR"
#. type: Plain text
#: en/lb_binary_hooks.1:52 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_binary_hooks.1:75 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:52
#: en/lb_chroot_hooks.1:52 en/lb_source_hooks.1:52
msgid ""

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build 4.0~alpha29-1\n"
"POT-Creation-Date: 2013-11-04 07:18+0100\n"
"POT-Creation-Date: 2013-11-04 11:34+0100\n"
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
"Last-Translator: Daniel Baumann <mail@daniel-baumann.ch>\n"
"Language-Team: none\n"
@ -90,7 +90,7 @@ msgstr ""
"Konfigurationsverzeichnis zu erstellen."
#. type: SH
#: en/lb_binary_hooks.1:26 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:26
#: en/lb_chroot_hooks.1:26 en/lb_source_hooks.1:26
#, no-wrap
@ -98,7 +98,7 @@ msgid "OPTIONS"
msgstr "OPTIONEN"
#. type: IP
#: en/lb_binary_hooks.1:27 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:27
#: en/lb_chroot_hooks.1:27 en/lb_source_hooks.1:27
#, no-wrap
@ -106,14 +106,14 @@ msgid "--verbose"
msgstr "--verbose"
#. type: Plain text
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
msgid "sets verbose option (default: False)."
msgstr "setzt verbose Option für mehr Ausgaben (Standardwert: aus)."
#. type: IP
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
#, no-wrap
@ -121,14 +121,14 @@ msgid "-h, --help"
msgstr "-h, --help"
#. type: Plain text
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
msgid "show help message and exit."
msgstr "zeigt Hilfenachricht und beendet sich."
#. type: IP
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
#, no-wrap
@ -136,30 +136,22 @@ msgid "-v, --version"
msgstr "-v, --version"
#. type: Plain text
#: en/lb_binary_hooks.1:33 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:33
#: en/lb_chroot_hooks.1:33 en/lb_source_hooks.1:33
msgid "show program's version number and exit."
msgstr "zeigt Versionsnummer des Programms und beendet sich."
#. type: SH
#: en/lb_binary_hooks.1:34 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:34
#: en/lb_chroot_hooks.1:34 en/lb_source_hooks.1:34
#, no-wrap
msgid "FILES"
msgstr "DATEIEN"
#. type: IP
#: en/lb_binary_hooks.1:35 en/lb_bootstrap_cdebootstrap.1:37
#: en/lb_bootstrap_debootstrap.1:37 en/lb_bootstrap_hooks.1:35
#: en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
#, no-wrap
msgid "B<config/build>"
msgstr "B<config/build>"
#. type: SH
#: en/lb_binary_hooks.1:40 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_binary_hooks.1:63 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:40
#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:40
#, no-wrap
@ -167,7 +159,7 @@ msgid "SEE ALSO"
msgstr "SIEHE AUCH"
#. type: SH
#: en/lb_binary_hooks.1:45 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:45
#: en/lb_chroot_hooks.1:45 en/lb_source_hooks.1:45
#, no-wrap
@ -175,7 +167,7 @@ msgid "HOMEPAGE"
msgstr "HOMEPAGE"
#. type: Plain text
#: en/lb_binary_hooks.1:47 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_binary_hooks.1:70 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:47
#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:47
msgid ""
@ -188,7 +180,7 @@ msgstr ""
"unter E<lt>I<http://live-systems.org/manual/>E<gt> gefunden werden."
#. type: SH
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:48
#: en/lb_chroot_hooks.1:48 en/lb_source_hooks.1:48
#, no-wrap
@ -196,7 +188,7 @@ msgid "BUGS"
msgstr "FEHLER"
#. type: Plain text
#: en/lb_binary_hooks.1:50 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:50
#: en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:50
msgid ""
@ -213,7 +205,7 @@ msgstr ""
#
#. type: SH
#: en/lb_binary_hooks.1:51 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_binary_hooks.1:74 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:51
#: en/lb_chroot_hooks.1:51 en/lb_source_hooks.1:51
#, no-wrap
@ -221,7 +213,7 @@ msgid "AUTHOR"
msgstr "AUTOR"
#. type: Plain text
#: en/lb_binary_hooks.1:52 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_binary_hooks.1:75 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:52
#: en/lb_chroot_hooks.1:52 en/lb_source_hooks.1:52
msgid ""
@ -273,6 +265,13 @@ msgstr ""
"setzt I<cdebootstrap>(1) Optionen (Standardwert: keine), siehe "
"I<cdebootstrap>(1) für mehr Informationen über cdebootstrap."
#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:37 en/lb_bootstrap_debootstrap.1:37
#: en/lb_bootstrap_hooks.1:35 en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
#, no-wrap
msgid "B<config/build>"
msgstr "B<config/build>"
#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:38 en/lb_bootstrap_debootstrap.1:38
#, no-wrap

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build 4.0~alpha29-1\n"
"POT-Creation-Date: 2013-11-04 07:18+0100\n"
"POT-Creation-Date: 2013-11-04 11:34+0100\n"
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
"Last-Translator: Daniel Baumann <mail@daniel-baumann.ch>\n"
"Language-Team: none\n"
@ -90,7 +90,7 @@ msgstr ""
"Konfigurationsverzeichnis zu erstellen."
#. type: SH
#: en/lb_binary_hooks.1:26 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:26
#: en/lb_chroot_hooks.1:26 en/lb_source_hooks.1:26
#, no-wrap
@ -98,7 +98,7 @@ msgid "OPTIONS"
msgstr "OPTIONEN"
#. type: IP
#: en/lb_binary_hooks.1:27 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:27
#: en/lb_chroot_hooks.1:27 en/lb_source_hooks.1:27
#, no-wrap
@ -106,14 +106,14 @@ msgid "--verbose"
msgstr "--verbose"
#. type: Plain text
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
msgid "sets verbose option (default: False)."
msgstr "setzt verbose Option für mehr Ausgaben (Standardwert: aus)."
#. type: IP
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
#, no-wrap
@ -121,14 +121,14 @@ msgid "-h, --help"
msgstr "-h, --help"
#. type: Plain text
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
msgid "show help message and exit."
msgstr "zeigt Hilfenachricht und beendet sich."
#. type: IP
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
#, no-wrap
@ -136,30 +136,22 @@ msgid "-v, --version"
msgstr "-v, --version"
#. type: Plain text
#: en/lb_binary_hooks.1:33 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:33
#: en/lb_chroot_hooks.1:33 en/lb_source_hooks.1:33
msgid "show program's version number and exit."
msgstr "zeigt Versionsnummer des Programms und beendet sich."
#. type: SH
#: en/lb_binary_hooks.1:34 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:34
#: en/lb_chroot_hooks.1:34 en/lb_source_hooks.1:34
#, no-wrap
msgid "FILES"
msgstr "DATEIEN"
#. type: IP
#: en/lb_binary_hooks.1:35 en/lb_bootstrap_cdebootstrap.1:37
#: en/lb_bootstrap_debootstrap.1:37 en/lb_bootstrap_hooks.1:35
#: en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
#, no-wrap
msgid "B<config/build>"
msgstr "B<config/build>"
#. type: SH
#: en/lb_binary_hooks.1:40 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_binary_hooks.1:63 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:40
#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:40
#, no-wrap
@ -167,7 +159,7 @@ msgid "SEE ALSO"
msgstr "SIEHE AUCH"
#. type: SH
#: en/lb_binary_hooks.1:45 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:45
#: en/lb_chroot_hooks.1:45 en/lb_source_hooks.1:45
#, no-wrap
@ -175,7 +167,7 @@ msgid "HOMEPAGE"
msgstr "HOMEPAGE"
#. type: Plain text
#: en/lb_binary_hooks.1:47 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_binary_hooks.1:70 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:47
#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:47
msgid ""
@ -188,7 +180,7 @@ msgstr ""
"unter E<lt>I<http://live-systems.org/manual/>E<gt> gefunden werden."
#. type: SH
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:48
#: en/lb_chroot_hooks.1:48 en/lb_source_hooks.1:48
#, no-wrap
@ -196,7 +188,7 @@ msgid "BUGS"
msgstr "FEHLER"
#. type: Plain text
#: en/lb_binary_hooks.1:50 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:50
#: en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:50
msgid ""
@ -213,7 +205,7 @@ msgstr ""
#
#. type: SH
#: en/lb_binary_hooks.1:51 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_binary_hooks.1:74 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:51
#: en/lb_chroot_hooks.1:51 en/lb_source_hooks.1:51
#, no-wrap
@ -221,7 +213,7 @@ msgid "AUTHOR"
msgstr "AUTOR"
#. type: Plain text
#: en/lb_binary_hooks.1:52 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_binary_hooks.1:75 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:52
#: en/lb_chroot_hooks.1:52 en/lb_source_hooks.1:52
msgid ""
@ -230,6 +222,13 @@ msgstr ""
"live-build wurde von Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt> "
"geschrieben."
#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:37 en/lb_bootstrap_debootstrap.1:37
#: en/lb_bootstrap_hooks.1:35 en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
#, no-wrap
msgid "B<config/build>"
msgstr "B<config/build>"
#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:38 en/lb_bootstrap_debootstrap.1:38
#, no-wrap

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build 4.0~alpha29-1\n"
"POT-Creation-Date: 2013-11-04 07:18+0100\n"
"POT-Creation-Date: 2013-11-04 11:34+0100\n"
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
"Last-Translator: Daniel Baumann <mail@daniel-baumann.ch>\n"
"Language-Team: none\n"
@ -90,7 +90,7 @@ msgstr ""
"Konfigurationsverzeichnis zu erstellen."
#. type: SH
#: en/lb_binary_hooks.1:26 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:26
#: en/lb_chroot_hooks.1:26 en/lb_source_hooks.1:26
#, no-wrap
@ -98,7 +98,7 @@ msgid "OPTIONS"
msgstr "OPTIONEN"
#. type: IP
#: en/lb_binary_hooks.1:27 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:27
#: en/lb_chroot_hooks.1:27 en/lb_source_hooks.1:27
#, no-wrap
@ -106,14 +106,14 @@ msgid "--verbose"
msgstr "--verbose"
#. type: Plain text
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
msgid "sets verbose option (default: False)."
msgstr "setzt verbose Option für mehr Ausgaben (Standardwert: aus)."
#. type: IP
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
#, no-wrap
@ -121,14 +121,14 @@ msgid "-h, --help"
msgstr "-h, --help"
#. type: Plain text
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
msgid "show help message and exit."
msgstr "zeigt Hilfenachricht und beendet sich."
#. type: IP
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
#, no-wrap
@ -136,37 +136,22 @@ msgid "-v, --version"
msgstr "-v, --version"
#. type: Plain text
#: en/lb_binary_hooks.1:33 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:33
#: en/lb_chroot_hooks.1:33 en/lb_source_hooks.1:33
msgid "show program's version number and exit."
msgstr "zeigt Versionsnummer des Programms und beendet sich."
#. type: SH
#: en/lb_binary_hooks.1:34 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:34
#: en/lb_chroot_hooks.1:34 en/lb_source_hooks.1:34
#, no-wrap
msgid "FILES"
msgstr "DATEIEN"
#. type: IP
#: en/lb_binary_hooks.1:35 en/lb_bootstrap_cdebootstrap.1:37
#: en/lb_bootstrap_debootstrap.1:37 en/lb_bootstrap_hooks.1:35
#: en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
#, no-wrap
msgid "B<config/build>"
msgstr "B<config/build>"
#. type: IP
#: en/lb_binary_hooks.1:36 en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36
#: en/lb_source_hooks.1:36
#, no-wrap
msgid "B<config/hooks/*.hook>"
msgstr "B<config/hooks/*.hook>"
#. type: SH
#: en/lb_binary_hooks.1:40 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_binary_hooks.1:63 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:40
#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:40
#, no-wrap
@ -174,19 +159,19 @@ msgid "SEE ALSO"
msgstr "SIEHE AUCH"
#. type: IP
#: en/lb_binary_hooks.1:42 en/lb_bootstrap_hooks.1:41 en/lb_source_hooks.1:42
#: en/lb_binary_hooks.1:65 en/lb_bootstrap_hooks.1:41 en/lb_source_hooks.1:42
#, no-wrap
msgid "I<lb_chroot_hooks>(1)"
msgstr "I<lb_chroot_hooks>(1)"
#. type: IP
#: en/lb_binary_hooks.1:43 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:43
#: en/lb_binary_hooks.1:66 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:43
#, no-wrap
msgid "I<lb_source_hooks>(1)"
msgstr "I<lb_source_hooks>(1)"
#. type: SH
#: en/lb_binary_hooks.1:45 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:45
#: en/lb_chroot_hooks.1:45 en/lb_source_hooks.1:45
#, no-wrap
@ -194,7 +179,7 @@ msgid "HOMEPAGE"
msgstr "HOMEPAGE"
#. type: Plain text
#: en/lb_binary_hooks.1:47 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_binary_hooks.1:70 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:47
#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:47
msgid ""
@ -207,7 +192,7 @@ msgstr ""
"unter E<lt>I<http://live-systems.org/manual/>E<gt> gefunden werden."
#. type: SH
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:48
#: en/lb_chroot_hooks.1:48 en/lb_source_hooks.1:48
#, no-wrap
@ -215,7 +200,7 @@ msgid "BUGS"
msgstr "FEHLER"
#. type: Plain text
#: en/lb_binary_hooks.1:50 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:50
#: en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:50
msgid ""
@ -232,7 +217,7 @@ msgstr ""
#
#. type: SH
#: en/lb_binary_hooks.1:51 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_binary_hooks.1:74 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:51
#: en/lb_chroot_hooks.1:51 en/lb_source_hooks.1:51
#, no-wrap
@ -240,7 +225,7 @@ msgid "AUTHOR"
msgstr "AUTOR"
#. type: Plain text
#: en/lb_binary_hooks.1:52 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_binary_hooks.1:75 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:52
#: en/lb_chroot_hooks.1:52 en/lb_source_hooks.1:52
msgid ""
@ -249,6 +234,13 @@ msgstr ""
"live-build wurde von Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt> "
"geschrieben."
#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:37 en/lb_bootstrap_debootstrap.1:37
#: en/lb_bootstrap_hooks.1:35 en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
#, no-wrap
msgid "B<config/build>"
msgstr "B<config/build>"
#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:40 en/lb_bootstrap_debootstrap.1:40
#: en/lb_bootstrap_hooks.1:38 en/lb_chroot_hooks.1:38
@ -278,6 +270,12 @@ msgid ""
msgstr ""
"Der B<lb bootstrap_hooks> Befehl führt Hooks nach dem Bootstrap Stage aus."
#. type: IP
#: en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36 en/lb_source_hooks.1:36
#, no-wrap
msgid "B<config/hooks/*.hook>"
msgstr "B<config/hooks/*.hook>"
#. type: IP
#: en/lb_bootstrap_hooks.1:37
#, no-wrap

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build 4.0~alpha29-1\n"
"POT-Creation-Date: 2013-11-04 07:18+0100\n"
"POT-Creation-Date: 2013-11-04 11:34+0100\n"
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
"Last-Translator: Daniel Baumann <mail@daniel-baumann.ch>\n"
"Language-Team: none\n"
@ -90,7 +90,7 @@ msgstr ""
"Konfigurationsverzeichnis zu erstellen."
#. type: SH
#: en/lb_binary_hooks.1:26 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:26
#: en/lb_chroot_hooks.1:26 en/lb_source_hooks.1:26
#, no-wrap
@ -98,7 +98,7 @@ msgid "OPTIONS"
msgstr "OPTIONEN"
#. type: IP
#: en/lb_binary_hooks.1:27 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:27
#: en/lb_chroot_hooks.1:27 en/lb_source_hooks.1:27
#, no-wrap
@ -106,14 +106,14 @@ msgid "--verbose"
msgstr "--verbose"
#. type: Plain text
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
msgid "sets verbose option (default: False)."
msgstr "setzt verbose Option für mehr Ausgaben (Standardwert: aus)."
#. type: IP
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
#, no-wrap
@ -121,14 +121,14 @@ msgid "-h, --help"
msgstr "-h, --help"
#. type: Plain text
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
msgid "show help message and exit."
msgstr "zeigt Hilfenachricht und beendet sich."
#. type: IP
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
#, no-wrap
@ -136,37 +136,22 @@ msgid "-v, --version"
msgstr "-v, --version"
#. type: Plain text
#: en/lb_binary_hooks.1:33 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:33
#: en/lb_chroot_hooks.1:33 en/lb_source_hooks.1:33
msgid "show program's version number and exit."
msgstr "zeigt Versionsnummer des Programms und beendet sich."
#. type: SH
#: en/lb_binary_hooks.1:34 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:34
#: en/lb_chroot_hooks.1:34 en/lb_source_hooks.1:34
#, no-wrap
msgid "FILES"
msgstr "DATEIEN"
#. type: IP
#: en/lb_binary_hooks.1:35 en/lb_bootstrap_cdebootstrap.1:37
#: en/lb_bootstrap_debootstrap.1:37 en/lb_bootstrap_hooks.1:35
#: en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
#, no-wrap
msgid "B<config/build>"
msgstr "B<config/build>"
#. type: IP
#: en/lb_binary_hooks.1:36 en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36
#: en/lb_source_hooks.1:36
#, no-wrap
msgid "B<config/hooks/*.hook>"
msgstr "B<config/hooks/*.hook>"
#. type: SH
#: en/lb_binary_hooks.1:40 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_binary_hooks.1:63 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:40
#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:40
#, no-wrap
@ -174,19 +159,19 @@ msgid "SEE ALSO"
msgstr "SIEHE AUCH"
#. type: IP
#: en/lb_binary_hooks.1:41 en/lb_chroot_hooks.1:41 en/lb_source_hooks.1:41
#: en/lb_binary_hooks.1:64 en/lb_chroot_hooks.1:41 en/lb_source_hooks.1:41
#, no-wrap
msgid "I<lb_bootstrap_hooks>(1)"
msgstr "I<lb_bootstrap_hooks>(1)"
#. type: IP
#: en/lb_binary_hooks.1:43 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:43
#: en/lb_binary_hooks.1:66 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:43
#, no-wrap
msgid "I<lb_source_hooks>(1)"
msgstr "I<lb_source_hooks>(1)"
#. type: SH
#: en/lb_binary_hooks.1:45 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:45
#: en/lb_chroot_hooks.1:45 en/lb_source_hooks.1:45
#, no-wrap
@ -194,7 +179,7 @@ msgid "HOMEPAGE"
msgstr "HOMEPAGE"
#. type: Plain text
#: en/lb_binary_hooks.1:47 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_binary_hooks.1:70 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:47
#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:47
msgid ""
@ -207,7 +192,7 @@ msgstr ""
"unter E<lt>I<http://live-systems.org/manual/>E<gt> gefunden werden."
#. type: SH
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:48
#: en/lb_chroot_hooks.1:48 en/lb_source_hooks.1:48
#, no-wrap
@ -215,7 +200,7 @@ msgid "BUGS"
msgstr "FEHLER"
#. type: Plain text
#: en/lb_binary_hooks.1:50 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:50
#: en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:50
msgid ""
@ -232,7 +217,7 @@ msgstr ""
#
#. type: SH
#: en/lb_binary_hooks.1:51 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_binary_hooks.1:74 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:51
#: en/lb_chroot_hooks.1:51 en/lb_source_hooks.1:51
#, no-wrap
@ -240,7 +225,7 @@ msgid "AUTHOR"
msgstr "AUTOR"
#. type: Plain text
#: en/lb_binary_hooks.1:52 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_binary_hooks.1:75 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:52
#: en/lb_chroot_hooks.1:52 en/lb_source_hooks.1:52
msgid ""
@ -249,6 +234,13 @@ msgstr ""
"live-build wurde von Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt> "
"geschrieben."
#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:37 en/lb_bootstrap_debootstrap.1:37
#: en/lb_bootstrap_hooks.1:35 en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
#, no-wrap
msgid "B<config/build>"
msgstr "B<config/build>"
#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:40 en/lb_bootstrap_debootstrap.1:40
#: en/lb_bootstrap_hooks.1:38 en/lb_chroot_hooks.1:38
@ -256,6 +248,12 @@ msgstr ""
msgid "B<chroot>"
msgstr "B<chroot>"
#. type: IP
#: en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36 en/lb_source_hooks.1:36
#, no-wrap
msgid "B<config/hooks/*.hook>"
msgstr "B<config/hooks/*.hook>"
#. type: IP
#: en/lb_bootstrap_hooks.1:42 en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:43
#, no-wrap

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build 4.0~alpha29-1\n"
"POT-Creation-Date: 2013-11-04 07:18+0100\n"
"POT-Creation-Date: 2013-11-04 11:34+0100\n"
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
"Last-Translator: Daniel Baumann <mail@daniel-baumann.ch>\n"
"Language-Team: none\n"
@ -90,7 +90,7 @@ msgstr ""
"Konfigurationsverzeichnis zu erstellen."
#. type: SH
#: en/lb_binary_hooks.1:26 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:26
#: en/lb_chroot_hooks.1:26 en/lb_source_hooks.1:26
#, no-wrap
@ -98,7 +98,7 @@ msgid "OPTIONS"
msgstr "OPTIONEN"
#. type: IP
#: en/lb_binary_hooks.1:27 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:27
#: en/lb_chroot_hooks.1:27 en/lb_source_hooks.1:27
#, no-wrap
@ -106,14 +106,14 @@ msgid "--verbose"
msgstr "--verbose"
#. type: Plain text
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
msgid "sets verbose option (default: False)."
msgstr "setzt verbose Option für mehr Ausgaben (Standardwert: aus)."
#. type: IP
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
#, no-wrap
@ -121,14 +121,14 @@ msgid "-h, --help"
msgstr "-h, --help"
#. type: Plain text
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
msgid "show help message and exit."
msgstr "zeigt Hilfenachricht und beendet sich."
#. type: IP
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
#, no-wrap
@ -136,37 +136,22 @@ msgid "-v, --version"
msgstr "-v, --version"
#. type: Plain text
#: en/lb_binary_hooks.1:33 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:33
#: en/lb_chroot_hooks.1:33 en/lb_source_hooks.1:33
msgid "show program's version number and exit."
msgstr "zeigt Versionsnummer des Programms und beendet sich."
#. type: SH
#: en/lb_binary_hooks.1:34 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:34
#: en/lb_chroot_hooks.1:34 en/lb_source_hooks.1:34
#, no-wrap
msgid "FILES"
msgstr "DATEIEN"
#. type: IP
#: en/lb_binary_hooks.1:35 en/lb_bootstrap_cdebootstrap.1:37
#: en/lb_bootstrap_debootstrap.1:37 en/lb_bootstrap_hooks.1:35
#: en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
#, no-wrap
msgid "B<config/build>"
msgstr "B<config/build>"
#. type: IP
#: en/lb_binary_hooks.1:36 en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36
#: en/lb_source_hooks.1:36
#, no-wrap
msgid "B<config/hooks/*.hook>"
msgstr "B<config/hooks/*.hook>"
#. type: SH
#: en/lb_binary_hooks.1:40 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_binary_hooks.1:63 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:40
#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:40
#, no-wrap
@ -174,19 +159,19 @@ msgid "SEE ALSO"
msgstr "SIEHE AUCH"
#. type: IP
#: en/lb_binary_hooks.1:41 en/lb_chroot_hooks.1:41 en/lb_source_hooks.1:41
#: en/lb_binary_hooks.1:64 en/lb_chroot_hooks.1:41 en/lb_source_hooks.1:41
#, no-wrap
msgid "I<lb_bootstrap_hooks>(1)"
msgstr "I<lb_bootstrap_hooks>(1)"
#. type: IP
#: en/lb_binary_hooks.1:42 en/lb_bootstrap_hooks.1:41 en/lb_source_hooks.1:42
#: en/lb_binary_hooks.1:65 en/lb_bootstrap_hooks.1:41 en/lb_source_hooks.1:42
#, no-wrap
msgid "I<lb_chroot_hooks>(1)"
msgstr "I<lb_chroot_hooks>(1)"
#. type: SH
#: en/lb_binary_hooks.1:45 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:45
#: en/lb_chroot_hooks.1:45 en/lb_source_hooks.1:45
#, no-wrap
@ -194,7 +179,7 @@ msgid "HOMEPAGE"
msgstr "HOMEPAGE"
#. type: Plain text
#: en/lb_binary_hooks.1:47 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_binary_hooks.1:70 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:47
#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:47
msgid ""
@ -207,7 +192,7 @@ msgstr ""
"unter E<lt>I<http://live-systems.org/manual/>E<gt> gefunden werden."
#. type: SH
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:48
#: en/lb_chroot_hooks.1:48 en/lb_source_hooks.1:48
#, no-wrap
@ -215,7 +200,7 @@ msgid "BUGS"
msgstr "FEHLER"
#. type: Plain text
#: en/lb_binary_hooks.1:50 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:50
#: en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:50
msgid ""
@ -232,7 +217,7 @@ msgstr ""
#
#. type: SH
#: en/lb_binary_hooks.1:51 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_binary_hooks.1:74 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:51
#: en/lb_chroot_hooks.1:51 en/lb_source_hooks.1:51
#, no-wrap
@ -240,7 +225,7 @@ msgid "AUTHOR"
msgstr "AUTOR"
#. type: Plain text
#: en/lb_binary_hooks.1:52 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_binary_hooks.1:75 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:52
#: en/lb_chroot_hooks.1:52 en/lb_source_hooks.1:52
msgid ""
@ -249,6 +234,19 @@ msgstr ""
"live-build wurde von Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt> "
"geschrieben."
#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:37 en/lb_bootstrap_debootstrap.1:37
#: en/lb_bootstrap_hooks.1:35 en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
#, no-wrap
msgid "B<config/build>"
msgstr "B<config/build>"
#. type: IP
#: en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36 en/lb_source_hooks.1:36
#, no-wrap
msgid "B<config/hooks/*.hook>"
msgstr "B<config/hooks/*.hook>"
#. type: IP
#: en/lb_bootstrap_hooks.1:42 en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:43
#, no-wrap

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build 4.0~alpha29-1\n"
"POT-Creation-Date: 2013-11-04 07:18+0100\n"
"POT-Creation-Date: 2013-11-04 11:51+0100\n"
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
"Last-Translator: Carlos Zuferri <chals@altorricon.com>\n"
"Language-Team: none\n"
@ -108,13 +108,73 @@ msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:25
#, fuzzy
msgid "The B<lb binary_hooks> command executes hooks after the binary stage."
msgid ""
"The B<lb binary_hooks> command executes hook files after the binary stage."
msgstr ""
"El programa B<lb binary_hooks> preinstala el chroot del sistema con "
"I<debootstrap>(8)."
#. type: SH
#: en/lb_binary_hooks.1:26 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_binary_hooks.1:26
#, no-wrap
msgid "SPECIFICATION"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:28
msgid ""
"B<lb binary_hooks> executes any hook files found in the B<config/hooks> "
"directory within the configuration directory."
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:30
msgid ""
"Hook files do not require to have a specific owner nor specific permissions. "
"They are marked executable by B<lb binary_hooks> automatically when they are "
"executed."
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:32
msgid "Hook files must either have the suffix B<*.hook> or B<*.hook.binary>."
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:34
msgid ""
"Hook files with the suffix B<*.hook> are executed first, hook files with the "
"suffix B<*.hook.binary> are executed second."
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:36
msgid ""
"Hook files are executed in alphanumberical order by B<lb binary_hooks>. If "
"one hook file depends on being run after another, best practise is to use "
"number prefixes (nnnn, starting with 0001) to ensure the order of execution."
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:38
msgid ""
"Hook files are copied into the B<binary/live-build> directory by B<lb "
"binary_hoooks>. They are executed from within the binary directory and can "
"read the configuration directory in B<live-build/config> within the binary "
"directory."
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:40
msgid ""
"B<Warning:> hook files are not executed within a chroot but within the "
"context of the host system in the binary directory. They have root "
"privileges and access to the all host system ressources (devices, "
"filesystems, network, etc.)."
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:26
#: en/lb_chroot_hooks.1:26 en/lb_source_hooks.1:26
#, no-wrap
@ -122,7 +182,7 @@ msgid "OPTIONS"
msgstr "OPCIONES"
#. type: IP
#: en/lb_binary_hooks.1:27 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:27
#: en/lb_chroot_hooks.1:27 en/lb_source_hooks.1:27
#, no-wrap
@ -130,14 +190,14 @@ msgid "--verbose"
msgstr "--verbose"
#. type: Plain text
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
msgid "sets verbose option (default: False)."
msgstr "establece la opción verbose (por defecto: False)."
#. type: IP
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
#, no-wrap
@ -145,14 +205,14 @@ msgid "-h, --help"
msgstr "-h, --help"
#. type: Plain text
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
msgid "show help message and exit."
msgstr "muestra el mensaje de ayuda y sale."
#. type: IP
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
#, no-wrap
@ -160,14 +220,14 @@ msgid "-v, --version"
msgstr "-v, --version"
#. type: Plain text
#: en/lb_binary_hooks.1:33 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:33
#: en/lb_chroot_hooks.1:33 en/lb_source_hooks.1:33
msgid "show program's version number and exit."
msgstr "muestra el número de versión del programa y sale."
#. type: SH
#: en/lb_binary_hooks.1:34 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:34
#: en/lb_chroot_hooks.1:34 en/lb_source_hooks.1:34
#, no-wrap
@ -175,34 +235,75 @@ msgid "FILES"
msgstr "FICHEROS"
#. type: IP
#: en/lb_binary_hooks.1:35 en/lb_bootstrap_cdebootstrap.1:37
#: en/lb_bootstrap_debootstrap.1:37 en/lb_bootstrap_hooks.1:35
#: en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
#: en/lb_binary_hooks.1:50
#, no-wrap
msgid "B<config/build>"
msgstr "B<config/build>"
msgid "B<config/build>:"
msgstr "B<config/build>:"
#. type: Plain text
#: en/lb_binary_hooks.1:52
msgid "generic configuration file."
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:36 en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36
#: en/lb_source_hooks.1:36
#: en/lb_binary_hooks.1:52
#, no-wrap
msgid "B<config/hooks/*.hook>"
msgstr "B<config/hooks/*.hook>"
msgid "B<config/hooks/*.hook>:"
msgstr "B<config/hooks/*.hook>:"
#. type: Plain text
#: en/lb_binary_hooks.1:54
msgid "generic hook files."
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:37
#: en/lb_binary_hooks.1:54
#, no-wrap
msgid "B<config/hooks/*.hook.binary>"
msgstr "B<config/hooks/*.hook.binary>"
msgid "B<config/hooks/*.hook.binary>:"
msgstr "B<config/hooks/*.hook.binary>:"
#. type: Plain text
#: en/lb_binary_hooks.1:56
msgid "hook files specific for the binary stage."
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:38
#: en/lb_binary_hooks.1:56
#, no-wrap
msgid "B<binary>"
msgstr "B<binary>"
msgid "B<binary>:"
msgstr "B<binary>:"
#. type: Plain text
#: en/lb_binary_hooks.1:58
msgid "directory in which the hook files are executed."
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:58
#, no-wrap
msgid "B<binary/live-build/config>:"
msgstr "B<binary/live-build/config>:"
#. type: Plain text
#: en/lb_binary_hooks.1:60
msgid ""
"bind mounted configuration directory within the binary directory to be read "
"by hook files."
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:60
#, no-wrap
msgid "B<binary/live-build>:"
msgstr "B<binary/live-build>:"
#. type: Plain text
#: en/lb_binary_hooks.1:62
msgid "directory in which hook files are copied."
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:40 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_binary_hooks.1:63 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:40
#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:40
#, no-wrap
@ -210,25 +311,25 @@ msgid "SEE ALSO"
msgstr "VER TAMBIÉN"
#. type: IP
#: en/lb_binary_hooks.1:41 en/lb_chroot_hooks.1:41 en/lb_source_hooks.1:41
#: en/lb_binary_hooks.1:64 en/lb_chroot_hooks.1:41 en/lb_source_hooks.1:41
#, no-wrap
msgid "I<lb_bootstrap_hooks>(1)"
msgstr "I<lb_bootstrap_hooks>(1)"
#. type: IP
#: en/lb_binary_hooks.1:42 en/lb_bootstrap_hooks.1:41 en/lb_source_hooks.1:42
#: en/lb_binary_hooks.1:65 en/lb_bootstrap_hooks.1:41 en/lb_source_hooks.1:42
#, no-wrap
msgid "I<lb_chroot_hooks>(1)"
msgstr "I<lb_chroot_hooks>(1)"
#. type: IP
#: en/lb_binary_hooks.1:43 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:43
#: en/lb_binary_hooks.1:66 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:43
#, no-wrap
msgid "I<lb_source_hooks>(1)"
msgstr "I<lb_source_hooks>(1)"
#. type: SH
#: en/lb_binary_hooks.1:45 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:45
#: en/lb_chroot_hooks.1:45 en/lb_source_hooks.1:45
#, no-wrap
@ -236,7 +337,7 @@ msgid "HOMEPAGE"
msgstr "PÁGINA WEB"
#. type: Plain text
#: en/lb_binary_hooks.1:47 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_binary_hooks.1:70 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:47
#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:47
msgid ""
@ -249,7 +350,7 @@ msgstr ""
"manual en E<lt>I<http://live-systems.org/manual/>E<gt>."
#. type: SH
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:48
#: en/lb_chroot_hooks.1:48 en/lb_source_hooks.1:48
#, no-wrap
@ -257,7 +358,7 @@ msgid "BUGS"
msgstr "ERRORES"
#. type: Plain text
#: en/lb_binary_hooks.1:50 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:50
#: en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:50
msgid ""
@ -272,7 +373,7 @@ msgstr ""
"la dirección E<lt>I<debian-live@lists.debian.org>E<gt>."
#. type: SH
#: en/lb_binary_hooks.1:51 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_binary_hooks.1:74 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:51
#: en/lb_chroot_hooks.1:51 en/lb_source_hooks.1:51
#, no-wrap
@ -280,7 +381,7 @@ msgid "AUTHOR"
msgstr "AUTOR"
#. type: Plain text
#: en/lb_binary_hooks.1:52 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_binary_hooks.1:75 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:52
#: en/lb_chroot_hooks.1:52 en/lb_source_hooks.1:52
msgid ""

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build 4.0~alpha29-1\n"
"POT-Creation-Date: 2013-11-04 07:18+0100\n"
"POT-Creation-Date: 2013-11-04 11:34+0100\n"
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
"Last-Translator: Carlos Zuferri <chals@altorricon.com>\n"
"Language-Team: none\n"
@ -91,7 +91,7 @@ msgstr ""
"de un directorio de configuración."
#. type: SH
#: en/lb_binary_hooks.1:26 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:26
#: en/lb_chroot_hooks.1:26 en/lb_source_hooks.1:26
#, no-wrap
@ -99,7 +99,7 @@ msgid "OPTIONS"
msgstr "OPCIONES"
#. type: IP
#: en/lb_binary_hooks.1:27 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:27
#: en/lb_chroot_hooks.1:27 en/lb_source_hooks.1:27
#, no-wrap
@ -107,14 +107,14 @@ msgid "--verbose"
msgstr "--verbose"
#. type: Plain text
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
msgid "sets verbose option (default: False)."
msgstr "establece la opción verbose (por defecto: False)."
#. type: IP
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
#, no-wrap
@ -122,14 +122,14 @@ msgid "-h, --help"
msgstr "-h, --help"
#. type: Plain text
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
msgid "show help message and exit."
msgstr "muestra el mensaje de ayuda y sale."
#. type: IP
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
#, no-wrap
@ -137,30 +137,22 @@ msgid "-v, --version"
msgstr "-v, --version"
#. type: Plain text
#: en/lb_binary_hooks.1:33 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:33
#: en/lb_chroot_hooks.1:33 en/lb_source_hooks.1:33
msgid "show program's version number and exit."
msgstr "muestra el número de versión del programa y sale."
#. type: SH
#: en/lb_binary_hooks.1:34 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:34
#: en/lb_chroot_hooks.1:34 en/lb_source_hooks.1:34
#, no-wrap
msgid "FILES"
msgstr "FICHEROS"
#. type: IP
#: en/lb_binary_hooks.1:35 en/lb_bootstrap_cdebootstrap.1:37
#: en/lb_bootstrap_debootstrap.1:37 en/lb_bootstrap_hooks.1:35
#: en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
#, no-wrap
msgid "B<config/build>"
msgstr "B<config/build>"
#. type: SH
#: en/lb_binary_hooks.1:40 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_binary_hooks.1:63 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:40
#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:40
#, no-wrap
@ -168,7 +160,7 @@ msgid "SEE ALSO"
msgstr "VER TAMBIÉN"
#. type: SH
#: en/lb_binary_hooks.1:45 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:45
#: en/lb_chroot_hooks.1:45 en/lb_source_hooks.1:45
#, no-wrap
@ -176,7 +168,7 @@ msgid "HOMEPAGE"
msgstr "PÁGINA WEB"
#. type: Plain text
#: en/lb_binary_hooks.1:47 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_binary_hooks.1:70 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:47
#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:47
msgid ""
@ -189,7 +181,7 @@ msgstr ""
"manual en E<lt>I<http://live-systems.org/manual/>E<gt>."
#. type: SH
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:48
#: en/lb_chroot_hooks.1:48 en/lb_source_hooks.1:48
#, no-wrap
@ -197,7 +189,7 @@ msgid "BUGS"
msgstr "ERRORES"
#. type: Plain text
#: en/lb_binary_hooks.1:50 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:50
#: en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:50
msgid ""
@ -212,7 +204,7 @@ msgstr ""
"la dirección E<lt>I<debian-live@lists.debian.org>E<gt>."
#. type: SH
#: en/lb_binary_hooks.1:51 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_binary_hooks.1:74 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:51
#: en/lb_chroot_hooks.1:51 en/lb_source_hooks.1:51
#, no-wrap
@ -220,7 +212,7 @@ msgid "AUTHOR"
msgstr "AUTOR"
#. type: Plain text
#: en/lb_binary_hooks.1:52 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_binary_hooks.1:75 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:52
#: en/lb_chroot_hooks.1:52 en/lb_source_hooks.1:52
msgid ""
@ -273,6 +265,13 @@ msgstr ""
"establece las opciones de I<cdebootstrap>(1) (por defecto: Ninguna), ver "
"I<cdebootstrap>(1) para más información acerca de cdebootstrap."
#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:37 en/lb_bootstrap_debootstrap.1:37
#: en/lb_bootstrap_hooks.1:35 en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
#, no-wrap
msgid "B<config/build>"
msgstr "B<config/build>"
#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:38 en/lb_bootstrap_debootstrap.1:38
#, no-wrap

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build 4.0~alpha29-1\n"
"POT-Creation-Date: 2013-11-04 07:18+0100\n"
"POT-Creation-Date: 2013-11-04 11:34+0100\n"
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
"Last-Translator: Carlos Zuferri <chals@altorricon.com>\n"
"Language-Team: none\n"
@ -91,7 +91,7 @@ msgstr ""
"de un directorio de configuración."
#. type: SH
#: en/lb_binary_hooks.1:26 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:26
#: en/lb_chroot_hooks.1:26 en/lb_source_hooks.1:26
#, no-wrap
@ -99,7 +99,7 @@ msgid "OPTIONS"
msgstr "OPCIONES"
#. type: IP
#: en/lb_binary_hooks.1:27 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:27
#: en/lb_chroot_hooks.1:27 en/lb_source_hooks.1:27
#, no-wrap
@ -107,14 +107,14 @@ msgid "--verbose"
msgstr "--verbose"
#. type: Plain text
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
msgid "sets verbose option (default: False)."
msgstr "establece la opción verbose (por defecto: False)."
#. type: IP
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
#, no-wrap
@ -122,14 +122,14 @@ msgid "-h, --help"
msgstr "-h, --help"
#. type: Plain text
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
msgid "show help message and exit."
msgstr "muestra el mensaje de ayuda y sale."
#. type: IP
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
#, no-wrap
@ -137,30 +137,22 @@ msgid "-v, --version"
msgstr "-v, --version"
#. type: Plain text
#: en/lb_binary_hooks.1:33 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:33
#: en/lb_chroot_hooks.1:33 en/lb_source_hooks.1:33
msgid "show program's version number and exit."
msgstr "muestra el número de versión del programa y sale."
#. type: SH
#: en/lb_binary_hooks.1:34 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:34
#: en/lb_chroot_hooks.1:34 en/lb_source_hooks.1:34
#, no-wrap
msgid "FILES"
msgstr "FICHEROS"
#. type: IP
#: en/lb_binary_hooks.1:35 en/lb_bootstrap_cdebootstrap.1:37
#: en/lb_bootstrap_debootstrap.1:37 en/lb_bootstrap_hooks.1:35
#: en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
#, no-wrap
msgid "B<config/build>"
msgstr "B<config/build>"
#. type: SH
#: en/lb_binary_hooks.1:40 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_binary_hooks.1:63 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:40
#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:40
#, no-wrap
@ -168,7 +160,7 @@ msgid "SEE ALSO"
msgstr "VER TAMBIÉN"
#. type: SH
#: en/lb_binary_hooks.1:45 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:45
#: en/lb_chroot_hooks.1:45 en/lb_source_hooks.1:45
#, no-wrap
@ -176,7 +168,7 @@ msgid "HOMEPAGE"
msgstr "PÁGINA WEB"
#. type: Plain text
#: en/lb_binary_hooks.1:47 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_binary_hooks.1:70 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:47
#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:47
msgid ""
@ -189,7 +181,7 @@ msgstr ""
"manual en E<lt>I<http://live-systems.org/manual/>E<gt>."
#. type: SH
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:48
#: en/lb_chroot_hooks.1:48 en/lb_source_hooks.1:48
#, no-wrap
@ -197,7 +189,7 @@ msgid "BUGS"
msgstr "ERRORES"
#. type: Plain text
#: en/lb_binary_hooks.1:50 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:50
#: en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:50
msgid ""
@ -212,7 +204,7 @@ msgstr ""
"la dirección E<lt>I<debian-live@lists.debian.org>E<gt>."
#. type: SH
#: en/lb_binary_hooks.1:51 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_binary_hooks.1:74 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:51
#: en/lb_chroot_hooks.1:51 en/lb_source_hooks.1:51
#, no-wrap
@ -220,7 +212,7 @@ msgid "AUTHOR"
msgstr "AUTOR"
#. type: Plain text
#: en/lb_binary_hooks.1:52 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_binary_hooks.1:75 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:52
#: en/lb_chroot_hooks.1:52 en/lb_source_hooks.1:52
msgid ""
@ -229,6 +221,13 @@ msgstr ""
"live-build fue escrito por Daniel Baumann E<lt>I<mail@daniel-baumann."
"ch>E<gt>."
#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:37 en/lb_bootstrap_debootstrap.1:37
#: en/lb_bootstrap_hooks.1:35 en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
#, no-wrap
msgid "B<config/build>"
msgstr "B<config/build>"
#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:38 en/lb_bootstrap_debootstrap.1:38
#, no-wrap

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build 4.0~alpha29-1\n"
"POT-Creation-Date: 2013-11-04 07:18+0100\n"
"POT-Creation-Date: 2013-11-04 11:34+0100\n"
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
"Last-Translator: Carlos Zuferri <chals@altorricon.com>\n"
"Language-Team: none\n"
@ -91,7 +91,7 @@ msgstr ""
"de un directorio de configuración."
#. type: SH
#: en/lb_binary_hooks.1:26 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:26
#: en/lb_chroot_hooks.1:26 en/lb_source_hooks.1:26
#, no-wrap
@ -99,7 +99,7 @@ msgid "OPTIONS"
msgstr "OPCIONES"
#. type: IP
#: en/lb_binary_hooks.1:27 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:27
#: en/lb_chroot_hooks.1:27 en/lb_source_hooks.1:27
#, no-wrap
@ -107,14 +107,14 @@ msgid "--verbose"
msgstr "--verbose"
#. type: Plain text
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
msgid "sets verbose option (default: False)."
msgstr "establece la opción verbose (por defecto: False)."
#. type: IP
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
#, no-wrap
@ -122,14 +122,14 @@ msgid "-h, --help"
msgstr "-h, --help"
#. type: Plain text
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
msgid "show help message and exit."
msgstr "muestra el mensaje de ayuda y sale."
#. type: IP
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
#, no-wrap
@ -137,37 +137,22 @@ msgid "-v, --version"
msgstr "-v, --version"
#. type: Plain text
#: en/lb_binary_hooks.1:33 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:33
#: en/lb_chroot_hooks.1:33 en/lb_source_hooks.1:33
msgid "show program's version number and exit."
msgstr "muestra el número de versión del programa y sale."
#. type: SH
#: en/lb_binary_hooks.1:34 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:34
#: en/lb_chroot_hooks.1:34 en/lb_source_hooks.1:34
#, no-wrap
msgid "FILES"
msgstr "FICHEROS"
#. type: IP
#: en/lb_binary_hooks.1:35 en/lb_bootstrap_cdebootstrap.1:37
#: en/lb_bootstrap_debootstrap.1:37 en/lb_bootstrap_hooks.1:35
#: en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
#, no-wrap
msgid "B<config/build>"
msgstr "B<config/build>"
#. type: IP
#: en/lb_binary_hooks.1:36 en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36
#: en/lb_source_hooks.1:36
#, no-wrap
msgid "B<config/hooks/*.hook>"
msgstr "B<config/hooks/*.hook>"
#. type: SH
#: en/lb_binary_hooks.1:40 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_binary_hooks.1:63 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:40
#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:40
#, no-wrap
@ -175,19 +160,19 @@ msgid "SEE ALSO"
msgstr "VER TAMBIÉN"
#. type: IP
#: en/lb_binary_hooks.1:42 en/lb_bootstrap_hooks.1:41 en/lb_source_hooks.1:42
#: en/lb_binary_hooks.1:65 en/lb_bootstrap_hooks.1:41 en/lb_source_hooks.1:42
#, no-wrap
msgid "I<lb_chroot_hooks>(1)"
msgstr "I<lb_chroot_hooks>(1)"
#. type: IP
#: en/lb_binary_hooks.1:43 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:43
#: en/lb_binary_hooks.1:66 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:43
#, no-wrap
msgid "I<lb_source_hooks>(1)"
msgstr "I<lb_source_hooks>(1)"
#. type: SH
#: en/lb_binary_hooks.1:45 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:45
#: en/lb_chroot_hooks.1:45 en/lb_source_hooks.1:45
#, no-wrap
@ -195,7 +180,7 @@ msgid "HOMEPAGE"
msgstr "PÁGINA WEB"
#. type: Plain text
#: en/lb_binary_hooks.1:47 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_binary_hooks.1:70 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:47
#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:47
msgid ""
@ -208,7 +193,7 @@ msgstr ""
"manual en E<lt>I<http://live-systems.org/manual/>E<gt>."
#. type: SH
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:48
#: en/lb_chroot_hooks.1:48 en/lb_source_hooks.1:48
#, no-wrap
@ -216,7 +201,7 @@ msgid "BUGS"
msgstr "ERRORES"
#. type: Plain text
#: en/lb_binary_hooks.1:50 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:50
#: en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:50
msgid ""
@ -231,7 +216,7 @@ msgstr ""
"la dirección E<lt>I<debian-live@lists.debian.org>E<gt>."
#. type: SH
#: en/lb_binary_hooks.1:51 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_binary_hooks.1:74 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:51
#: en/lb_chroot_hooks.1:51 en/lb_source_hooks.1:51
#, no-wrap
@ -239,7 +224,7 @@ msgid "AUTHOR"
msgstr "AUTOR"
#. type: Plain text
#: en/lb_binary_hooks.1:52 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_binary_hooks.1:75 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:52
#: en/lb_chroot_hooks.1:52 en/lb_source_hooks.1:52
msgid ""
@ -248,6 +233,13 @@ msgstr ""
"live-build fue escrito por Daniel Baumann E<lt>I<mail@daniel-baumann."
"ch>E<gt>."
#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:37 en/lb_bootstrap_debootstrap.1:37
#: en/lb_bootstrap_hooks.1:35 en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
#, no-wrap
msgid "B<config/build>"
msgstr "B<config/build>"
#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:40 en/lb_bootstrap_debootstrap.1:40
#: en/lb_bootstrap_hooks.1:38 en/lb_chroot_hooks.1:38
@ -279,6 +271,12 @@ msgstr ""
"El programa B<lb bootstrap_hooks> preinstala el chroot del sistema con "
"I<debootstrap>(8)."
#. type: IP
#: en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36 en/lb_source_hooks.1:36
#, no-wrap
msgid "B<config/hooks/*.hook>"
msgstr "B<config/hooks/*.hook>"
#. type: IP
#: en/lb_bootstrap_hooks.1:37
#, no-wrap

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build 4.0~alpha29-1\n"
"POT-Creation-Date: 2013-11-04 07:18+0100\n"
"POT-Creation-Date: 2013-11-04 11:34+0100\n"
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
"Last-Translator: Carlos Zuferri <chals@altorricon.com>\n"
"Language-Team: none\n"
@ -91,7 +91,7 @@ msgstr ""
"de un directorio de configuración."
#. type: SH
#: en/lb_binary_hooks.1:26 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:26
#: en/lb_chroot_hooks.1:26 en/lb_source_hooks.1:26
#, no-wrap
@ -99,7 +99,7 @@ msgid "OPTIONS"
msgstr "OPCIONES"
#. type: IP
#: en/lb_binary_hooks.1:27 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:27
#: en/lb_chroot_hooks.1:27 en/lb_source_hooks.1:27
#, no-wrap
@ -107,14 +107,14 @@ msgid "--verbose"
msgstr "--verbose"
#. type: Plain text
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
msgid "sets verbose option (default: False)."
msgstr "establece la opción verbose (por defecto: False)."
#. type: IP
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
#, no-wrap
@ -122,14 +122,14 @@ msgid "-h, --help"
msgstr "-h, --help"
#. type: Plain text
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
msgid "show help message and exit."
msgstr "muestra el mensaje de ayuda y sale."
#. type: IP
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
#, no-wrap
@ -137,37 +137,22 @@ msgid "-v, --version"
msgstr "-v, --version"
#. type: Plain text
#: en/lb_binary_hooks.1:33 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:33
#: en/lb_chroot_hooks.1:33 en/lb_source_hooks.1:33
msgid "show program's version number and exit."
msgstr "muestra el número de versión del programa y sale."
#. type: SH
#: en/lb_binary_hooks.1:34 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:34
#: en/lb_chroot_hooks.1:34 en/lb_source_hooks.1:34
#, no-wrap
msgid "FILES"
msgstr "FICHEROS"
#. type: IP
#: en/lb_binary_hooks.1:35 en/lb_bootstrap_cdebootstrap.1:37
#: en/lb_bootstrap_debootstrap.1:37 en/lb_bootstrap_hooks.1:35
#: en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
#, no-wrap
msgid "B<config/build>"
msgstr "B<config/build>"
#. type: IP
#: en/lb_binary_hooks.1:36 en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36
#: en/lb_source_hooks.1:36
#, no-wrap
msgid "B<config/hooks/*.hook>"
msgstr "B<config/hooks/*.hook>"
#. type: SH
#: en/lb_binary_hooks.1:40 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_binary_hooks.1:63 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:40
#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:40
#, no-wrap
@ -175,19 +160,19 @@ msgid "SEE ALSO"
msgstr "VER TAMBIÉN"
#. type: IP
#: en/lb_binary_hooks.1:41 en/lb_chroot_hooks.1:41 en/lb_source_hooks.1:41
#: en/lb_binary_hooks.1:64 en/lb_chroot_hooks.1:41 en/lb_source_hooks.1:41
#, no-wrap
msgid "I<lb_bootstrap_hooks>(1)"
msgstr "I<lb_bootstrap_hooks>(1)"
#. type: IP
#: en/lb_binary_hooks.1:43 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:43
#: en/lb_binary_hooks.1:66 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:43
#, no-wrap
msgid "I<lb_source_hooks>(1)"
msgstr "I<lb_source_hooks>(1)"
#. type: SH
#: en/lb_binary_hooks.1:45 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:45
#: en/lb_chroot_hooks.1:45 en/lb_source_hooks.1:45
#, no-wrap
@ -195,7 +180,7 @@ msgid "HOMEPAGE"
msgstr "PÁGINA WEB"
#. type: Plain text
#: en/lb_binary_hooks.1:47 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_binary_hooks.1:70 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:47
#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:47
msgid ""
@ -208,7 +193,7 @@ msgstr ""
"manual en E<lt>I<http://live-systems.org/manual/>E<gt>."
#. type: SH
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:48
#: en/lb_chroot_hooks.1:48 en/lb_source_hooks.1:48
#, no-wrap
@ -216,7 +201,7 @@ msgid "BUGS"
msgstr "ERRORES"
#. type: Plain text
#: en/lb_binary_hooks.1:50 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:50
#: en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:50
msgid ""
@ -231,7 +216,7 @@ msgstr ""
"la dirección E<lt>I<debian-live@lists.debian.org>E<gt>."
#. type: SH
#: en/lb_binary_hooks.1:51 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_binary_hooks.1:74 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:51
#: en/lb_chroot_hooks.1:51 en/lb_source_hooks.1:51
#, no-wrap
@ -239,7 +224,7 @@ msgid "AUTHOR"
msgstr "AUTOR"
#. type: Plain text
#: en/lb_binary_hooks.1:52 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_binary_hooks.1:75 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:52
#: en/lb_chroot_hooks.1:52 en/lb_source_hooks.1:52
msgid ""
@ -248,6 +233,13 @@ msgstr ""
"live-build fue escrito por Daniel Baumann E<lt>I<mail@daniel-baumann."
"ch>E<gt>."
#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:37 en/lb_bootstrap_debootstrap.1:37
#: en/lb_bootstrap_hooks.1:35 en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
#, no-wrap
msgid "B<config/build>"
msgstr "B<config/build>"
#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:40 en/lb_bootstrap_debootstrap.1:40
#: en/lb_bootstrap_hooks.1:38 en/lb_chroot_hooks.1:38
@ -255,6 +247,12 @@ msgstr ""
msgid "B<chroot>"
msgstr "B<chroot>"
#. type: IP
#: en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36 en/lb_source_hooks.1:36
#, no-wrap
msgid "B<config/hooks/*.hook>"
msgstr "B<config/hooks/*.hook>"
#. type: IP
#: en/lb_bootstrap_hooks.1:42 en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:43
#, no-wrap

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build 4.0~alpha29-1\n"
"POT-Creation-Date: 2013-11-04 07:18+0100\n"
"POT-Creation-Date: 2013-11-04 11:34+0100\n"
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
"Last-Translator: Carlos Zuferri <chals@altorricon.com>\n"
"Language-Team: none\n"
@ -91,7 +91,7 @@ msgstr ""
"de un directorio de configuración."
#. type: SH
#: en/lb_binary_hooks.1:26 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:26
#: en/lb_chroot_hooks.1:26 en/lb_source_hooks.1:26
#, no-wrap
@ -99,7 +99,7 @@ msgid "OPTIONS"
msgstr "OPCIONES"
#. type: IP
#: en/lb_binary_hooks.1:27 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:27
#: en/lb_chroot_hooks.1:27 en/lb_source_hooks.1:27
#, no-wrap
@ -107,14 +107,14 @@ msgid "--verbose"
msgstr "--verbose"
#. type: Plain text
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
msgid "sets verbose option (default: False)."
msgstr "establece la opción verbose (por defecto: False)."
#. type: IP
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
#, no-wrap
@ -122,14 +122,14 @@ msgid "-h, --help"
msgstr "-h, --help"
#. type: Plain text
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
msgid "show help message and exit."
msgstr "muestra el mensaje de ayuda y sale."
#. type: IP
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
#, no-wrap
@ -137,37 +137,22 @@ msgid "-v, --version"
msgstr "-v, --version"
#. type: Plain text
#: en/lb_binary_hooks.1:33 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:33
#: en/lb_chroot_hooks.1:33 en/lb_source_hooks.1:33
msgid "show program's version number and exit."
msgstr "muestra el número de versión del programa y sale."
#. type: SH
#: en/lb_binary_hooks.1:34 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:34
#: en/lb_chroot_hooks.1:34 en/lb_source_hooks.1:34
#, no-wrap
msgid "FILES"
msgstr "FICHEROS"
#. type: IP
#: en/lb_binary_hooks.1:35 en/lb_bootstrap_cdebootstrap.1:37
#: en/lb_bootstrap_debootstrap.1:37 en/lb_bootstrap_hooks.1:35
#: en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
#, no-wrap
msgid "B<config/build>"
msgstr "B<config/build>"
#. type: IP
#: en/lb_binary_hooks.1:36 en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36
#: en/lb_source_hooks.1:36
#, no-wrap
msgid "B<config/hooks/*.hook>"
msgstr "B<config/hooks/*.hook>"
#. type: SH
#: en/lb_binary_hooks.1:40 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_binary_hooks.1:63 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:40
#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:40
#, no-wrap
@ -175,19 +160,19 @@ msgid "SEE ALSO"
msgstr "VER TAMBIÉN"
#. type: IP
#: en/lb_binary_hooks.1:41 en/lb_chroot_hooks.1:41 en/lb_source_hooks.1:41
#: en/lb_binary_hooks.1:64 en/lb_chroot_hooks.1:41 en/lb_source_hooks.1:41
#, no-wrap
msgid "I<lb_bootstrap_hooks>(1)"
msgstr "I<lb_bootstrap_hooks>(1)"
#. type: IP
#: en/lb_binary_hooks.1:42 en/lb_bootstrap_hooks.1:41 en/lb_source_hooks.1:42
#: en/lb_binary_hooks.1:65 en/lb_bootstrap_hooks.1:41 en/lb_source_hooks.1:42
#, no-wrap
msgid "I<lb_chroot_hooks>(1)"
msgstr "I<lb_chroot_hooks>(1)"
#. type: SH
#: en/lb_binary_hooks.1:45 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:45
#: en/lb_chroot_hooks.1:45 en/lb_source_hooks.1:45
#, no-wrap
@ -195,7 +180,7 @@ msgid "HOMEPAGE"
msgstr "PÁGINA WEB"
#. type: Plain text
#: en/lb_binary_hooks.1:47 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_binary_hooks.1:70 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:47
#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:47
msgid ""
@ -208,7 +193,7 @@ msgstr ""
"manual en E<lt>I<http://live-systems.org/manual/>E<gt>."
#. type: SH
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:48
#: en/lb_chroot_hooks.1:48 en/lb_source_hooks.1:48
#, no-wrap
@ -216,7 +201,7 @@ msgid "BUGS"
msgstr "ERRORES"
#. type: Plain text
#: en/lb_binary_hooks.1:50 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:50
#: en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:50
msgid ""
@ -231,7 +216,7 @@ msgstr ""
"la dirección E<lt>I<debian-live@lists.debian.org>E<gt>."
#. type: SH
#: en/lb_binary_hooks.1:51 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_binary_hooks.1:74 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:51
#: en/lb_chroot_hooks.1:51 en/lb_source_hooks.1:51
#, no-wrap
@ -239,7 +224,7 @@ msgid "AUTHOR"
msgstr "AUTOR"
#. type: Plain text
#: en/lb_binary_hooks.1:52 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_binary_hooks.1:75 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:52
#: en/lb_chroot_hooks.1:52 en/lb_source_hooks.1:52
msgid ""
@ -248,6 +233,19 @@ msgstr ""
"live-build fue escrito por Daniel Baumann E<lt>I<mail@daniel-baumann."
"ch>E<gt>."
#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:37 en/lb_bootstrap_debootstrap.1:37
#: en/lb_bootstrap_hooks.1:35 en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
#, no-wrap
msgid "B<config/build>"
msgstr "B<config/build>"
#. type: IP
#: en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36 en/lb_source_hooks.1:36
#, no-wrap
msgid "B<config/hooks/*.hook>"
msgstr "B<config/hooks/*.hook>"
#. type: IP
#: en/lb_bootstrap_hooks.1:42 en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:43
#, no-wrap

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2013-11-04 07:18+0100\n"
"POT-Creation-Date: 2013-11-04 11:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -105,11 +105,71 @@ msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:25
msgid "The B<lb binary_hooks> command executes hooks after the binary stage."
msgid ""
"The B<lb binary_hooks> command executes hook files after the binary stage."
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:26 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_binary_hooks.1:26
#, no-wrap
msgid "SPECIFICATION"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:28
msgid ""
"B<lb binary_hooks> executes any hook files found in the B<config/hooks> "
"directory within the configuration directory."
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:30
msgid ""
"Hook files do not require to have a specific owner nor specific permissions. "
"They are marked executable by B<lb binary_hooks> automatically when they are "
"executed."
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:32
msgid "Hook files must either have the suffix B<*.hook> or B<*.hook.binary>."
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:34
msgid ""
"Hook files with the suffix B<*.hook> are executed first, hook files with the "
"suffix B<*.hook.binary> are executed second."
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:36
msgid ""
"Hook files are executed in alphanumberical order by B<lb binary_hooks>. If "
"one hook file depends on being run after another, best practise is to use "
"number prefixes (nnnn, starting with 0001) to ensure the order of execution."
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:38
msgid ""
"Hook files are copied into the B<binary/live-build> directory by B<lb "
"binary_hoooks>. They are executed from within the binary directory and can "
"read the configuration directory in B<live-build/config> within the binary "
"directory."
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:40
msgid ""
"B<Warning:> hook files are not executed within a chroot but within the "
"context of the host system in the binary directory. They have root "
"privileges and access to the all host system ressources (devices, "
"filesystems, network, etc.)."
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:26
#: en/lb_chroot_hooks.1:26 en/lb_source_hooks.1:26
#, no-wrap
@ -117,7 +177,7 @@ msgid "OPTIONS"
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:27 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:27
#: en/lb_chroot_hooks.1:27 en/lb_source_hooks.1:27
#, no-wrap
@ -125,14 +185,14 @@ msgid "--verbose"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
msgid "sets verbose option (default: False)."
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
#, no-wrap
@ -140,14 +200,14 @@ msgid "-h, --help"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
msgid "show help message and exit."
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
#, no-wrap
@ -155,14 +215,14 @@ msgid "-v, --version"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:33 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:33
#: en/lb_chroot_hooks.1:33 en/lb_source_hooks.1:33
msgid "show program's version number and exit."
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:34 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:34
#: en/lb_chroot_hooks.1:34 en/lb_source_hooks.1:34
#, no-wrap
@ -170,34 +230,75 @@ msgid "FILES"
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:35 en/lb_bootstrap_cdebootstrap.1:37
#: en/lb_bootstrap_debootstrap.1:37 en/lb_bootstrap_hooks.1:35
#: en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
#: en/lb_binary_hooks.1:50
#, no-wrap
msgid "B<config/build>"
msgid "B<config/build>:"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:52
msgid "generic configuration file."
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:36 en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36
#: en/lb_source_hooks.1:36
#: en/lb_binary_hooks.1:52
#, no-wrap
msgid "B<config/hooks/*.hook>"
msgid "B<config/hooks/*.hook>:"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:54
msgid "generic hook files."
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:37
#: en/lb_binary_hooks.1:54
#, no-wrap
msgid "B<config/hooks/*.hook.binary>"
msgid "B<config/hooks/*.hook.binary>:"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:56
msgid "hook files specific for the binary stage."
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:38
#: en/lb_binary_hooks.1:56
#, no-wrap
msgid "B<binary>"
msgid "B<binary>:"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:58
msgid "directory in which the hook files are executed."
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:58
#, no-wrap
msgid "B<binary/live-build/config>:"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:60
msgid ""
"bind mounted configuration directory within the binary directory to be read "
"by hook files."
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:60
#, no-wrap
msgid "B<binary/live-build>:"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:62
msgid "directory in which hook files are copied."
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:40 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_binary_hooks.1:63 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:40
#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:40
#, no-wrap
@ -205,25 +306,25 @@ msgid "SEE ALSO"
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:41 en/lb_chroot_hooks.1:41 en/lb_source_hooks.1:41
#: en/lb_binary_hooks.1:64 en/lb_chroot_hooks.1:41 en/lb_source_hooks.1:41
#, no-wrap
msgid "I<lb_bootstrap_hooks>(1)"
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:42 en/lb_bootstrap_hooks.1:41 en/lb_source_hooks.1:42
#: en/lb_binary_hooks.1:65 en/lb_bootstrap_hooks.1:41 en/lb_source_hooks.1:42
#, no-wrap
msgid "I<lb_chroot_hooks>(1)"
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:43 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:43
#: en/lb_binary_hooks.1:66 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:43
#, no-wrap
msgid "I<lb_source_hooks>(1)"
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:45 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:45
#: en/lb_chroot_hooks.1:45 en/lb_source_hooks.1:45
#, no-wrap
@ -231,7 +332,7 @@ msgid "HOMEPAGE"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:47 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_binary_hooks.1:70 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:47
#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:47
msgid ""
@ -241,7 +342,7 @@ msgid ""
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:48
#: en/lb_chroot_hooks.1:48 en/lb_source_hooks.1:48
#, no-wrap
@ -249,7 +350,7 @@ msgid "BUGS"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:50 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:50
#: en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:50
msgid ""
@ -260,7 +361,7 @@ msgid ""
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:51 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_binary_hooks.1:74 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:51
#: en/lb_chroot_hooks.1:51 en/lb_source_hooks.1:51
#, no-wrap
@ -268,7 +369,7 @@ msgid "AUTHOR"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:52 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_binary_hooks.1:75 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:52
#: en/lb_chroot_hooks.1:52 en/lb_source_hooks.1:52
msgid ""

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2013-11-04 07:18+0100\n"
"POT-Creation-Date: 2013-11-04 11:34+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -89,7 +89,7 @@ msgid ""
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:26 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:26
#: en/lb_chroot_hooks.1:26 en/lb_source_hooks.1:26
#, no-wrap
@ -97,7 +97,7 @@ msgid "OPTIONS"
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:27 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:27
#: en/lb_chroot_hooks.1:27 en/lb_source_hooks.1:27
#, no-wrap
@ -105,14 +105,14 @@ msgid "--verbose"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
msgid "sets verbose option (default: False)."
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
#, no-wrap
@ -120,14 +120,14 @@ msgid "-h, --help"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
msgid "show help message and exit."
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
#, no-wrap
@ -135,30 +135,22 @@ msgid "-v, --version"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:33 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:33
#: en/lb_chroot_hooks.1:33 en/lb_source_hooks.1:33
msgid "show program's version number and exit."
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:34 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:34
#: en/lb_chroot_hooks.1:34 en/lb_source_hooks.1:34
#, no-wrap
msgid "FILES"
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:35 en/lb_bootstrap_cdebootstrap.1:37
#: en/lb_bootstrap_debootstrap.1:37 en/lb_bootstrap_hooks.1:35
#: en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
#, no-wrap
msgid "B<config/build>"
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:40 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_binary_hooks.1:63 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:40
#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:40
#, no-wrap
@ -166,7 +158,7 @@ msgid "SEE ALSO"
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:45 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:45
#: en/lb_chroot_hooks.1:45 en/lb_source_hooks.1:45
#, no-wrap
@ -174,7 +166,7 @@ msgid "HOMEPAGE"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:47 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_binary_hooks.1:70 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:47
#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:47
msgid ""
@ -184,7 +176,7 @@ msgid ""
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:48
#: en/lb_chroot_hooks.1:48 en/lb_source_hooks.1:48
#, no-wrap
@ -192,7 +184,7 @@ msgid "BUGS"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:50 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:50
#: en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:50
msgid ""
@ -203,7 +195,7 @@ msgid ""
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:51 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_binary_hooks.1:74 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:51
#: en/lb_chroot_hooks.1:51 en/lb_source_hooks.1:51
#, no-wrap
@ -211,7 +203,7 @@ msgid "AUTHOR"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:52 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_binary_hooks.1:75 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:52
#: en/lb_chroot_hooks.1:52 en/lb_source_hooks.1:52
msgid ""
@ -255,6 +247,13 @@ msgid ""
"more information about cdebootstrap."
msgstr ""
#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:37 en/lb_bootstrap_debootstrap.1:37
#: en/lb_bootstrap_hooks.1:35 en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
#, no-wrap
msgid "B<config/build>"
msgstr ""
#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:38 en/lb_bootstrap_debootstrap.1:38
#, no-wrap

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2013-11-04 07:18+0100\n"
"POT-Creation-Date: 2013-11-04 11:34+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -89,7 +89,7 @@ msgid ""
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:26 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:26
#: en/lb_chroot_hooks.1:26 en/lb_source_hooks.1:26
#, no-wrap
@ -97,7 +97,7 @@ msgid "OPTIONS"
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:27 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:27
#: en/lb_chroot_hooks.1:27 en/lb_source_hooks.1:27
#, no-wrap
@ -105,14 +105,14 @@ msgid "--verbose"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
msgid "sets verbose option (default: False)."
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
#, no-wrap
@ -120,14 +120,14 @@ msgid "-h, --help"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
msgid "show help message and exit."
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
#, no-wrap
@ -135,30 +135,22 @@ msgid "-v, --version"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:33 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:33
#: en/lb_chroot_hooks.1:33 en/lb_source_hooks.1:33
msgid "show program's version number and exit."
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:34 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:34
#: en/lb_chroot_hooks.1:34 en/lb_source_hooks.1:34
#, no-wrap
msgid "FILES"
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:35 en/lb_bootstrap_cdebootstrap.1:37
#: en/lb_bootstrap_debootstrap.1:37 en/lb_bootstrap_hooks.1:35
#: en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
#, no-wrap
msgid "B<config/build>"
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:40 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_binary_hooks.1:63 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:40
#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:40
#, no-wrap
@ -166,7 +158,7 @@ msgid "SEE ALSO"
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:45 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:45
#: en/lb_chroot_hooks.1:45 en/lb_source_hooks.1:45
#, no-wrap
@ -174,7 +166,7 @@ msgid "HOMEPAGE"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:47 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_binary_hooks.1:70 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:47
#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:47
msgid ""
@ -184,7 +176,7 @@ msgid ""
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:48
#: en/lb_chroot_hooks.1:48 en/lb_source_hooks.1:48
#, no-wrap
@ -192,7 +184,7 @@ msgid "BUGS"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:50 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:50
#: en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:50
msgid ""
@ -203,7 +195,7 @@ msgid ""
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:51 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_binary_hooks.1:74 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:51
#: en/lb_chroot_hooks.1:51 en/lb_source_hooks.1:51
#, no-wrap
@ -211,13 +203,20 @@ msgid "AUTHOR"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:52 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_binary_hooks.1:75 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:52
#: en/lb_chroot_hooks.1:52 en/lb_source_hooks.1:52
msgid ""
"live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
msgstr ""
#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:37 en/lb_bootstrap_debootstrap.1:37
#: en/lb_bootstrap_hooks.1:35 en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
#, no-wrap
msgid "B<config/build>"
msgstr ""
#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:38 en/lb_bootstrap_debootstrap.1:38
#, no-wrap

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2013-11-04 07:18+0100\n"
"POT-Creation-Date: 2013-11-04 11:34+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -89,7 +89,7 @@ msgid ""
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:26 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:26
#: en/lb_chroot_hooks.1:26 en/lb_source_hooks.1:26
#, no-wrap
@ -97,7 +97,7 @@ msgid "OPTIONS"
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:27 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:27
#: en/lb_chroot_hooks.1:27 en/lb_source_hooks.1:27
#, no-wrap
@ -105,14 +105,14 @@ msgid "--verbose"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
msgid "sets verbose option (default: False)."
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
#, no-wrap
@ -120,14 +120,14 @@ msgid "-h, --help"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
msgid "show help message and exit."
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
#, no-wrap
@ -135,37 +135,22 @@ msgid "-v, --version"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:33 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:33
#: en/lb_chroot_hooks.1:33 en/lb_source_hooks.1:33
msgid "show program's version number and exit."
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:34 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:34
#: en/lb_chroot_hooks.1:34 en/lb_source_hooks.1:34
#, no-wrap
msgid "FILES"
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:35 en/lb_bootstrap_cdebootstrap.1:37
#: en/lb_bootstrap_debootstrap.1:37 en/lb_bootstrap_hooks.1:35
#: en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
#, no-wrap
msgid "B<config/build>"
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:36 en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36
#: en/lb_source_hooks.1:36
#, no-wrap
msgid "B<config/hooks/*.hook>"
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:40 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_binary_hooks.1:63 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:40
#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:40
#, no-wrap
@ -173,19 +158,19 @@ msgid "SEE ALSO"
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:42 en/lb_bootstrap_hooks.1:41 en/lb_source_hooks.1:42
#: en/lb_binary_hooks.1:65 en/lb_bootstrap_hooks.1:41 en/lb_source_hooks.1:42
#, no-wrap
msgid "I<lb_chroot_hooks>(1)"
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:43 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:43
#: en/lb_binary_hooks.1:66 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:43
#, no-wrap
msgid "I<lb_source_hooks>(1)"
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:45 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:45
#: en/lb_chroot_hooks.1:45 en/lb_source_hooks.1:45
#, no-wrap
@ -193,7 +178,7 @@ msgid "HOMEPAGE"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:47 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_binary_hooks.1:70 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:47
#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:47
msgid ""
@ -203,7 +188,7 @@ msgid ""
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:48
#: en/lb_chroot_hooks.1:48 en/lb_source_hooks.1:48
#, no-wrap
@ -211,7 +196,7 @@ msgid "BUGS"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:50 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:50
#: en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:50
msgid ""
@ -222,7 +207,7 @@ msgid ""
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:51 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_binary_hooks.1:74 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:51
#: en/lb_chroot_hooks.1:51 en/lb_source_hooks.1:51
#, no-wrap
@ -230,13 +215,20 @@ msgid "AUTHOR"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:52 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_binary_hooks.1:75 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:52
#: en/lb_chroot_hooks.1:52 en/lb_source_hooks.1:52
msgid ""
"live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
msgstr ""
#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:37 en/lb_bootstrap_debootstrap.1:37
#: en/lb_bootstrap_hooks.1:35 en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
#, no-wrap
msgid "B<config/build>"
msgstr ""
#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:40 en/lb_bootstrap_debootstrap.1:40
#: en/lb_bootstrap_hooks.1:38 en/lb_chroot_hooks.1:38
@ -265,6 +257,12 @@ msgid ""
"The B<lb bootstrap_hooks> command executes hooks after the bootstrap stage."
msgstr ""
#. type: IP
#: en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36 en/lb_source_hooks.1:36
#, no-wrap
msgid "B<config/hooks/*.hook>"
msgstr ""
#. type: IP
#: en/lb_bootstrap_hooks.1:37
#, no-wrap

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2013-11-04 07:18+0100\n"
"POT-Creation-Date: 2013-11-04 11:34+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -89,7 +89,7 @@ msgid ""
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:26 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:26
#: en/lb_chroot_hooks.1:26 en/lb_source_hooks.1:26
#, no-wrap
@ -97,7 +97,7 @@ msgid "OPTIONS"
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:27 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:27
#: en/lb_chroot_hooks.1:27 en/lb_source_hooks.1:27
#, no-wrap
@ -105,14 +105,14 @@ msgid "--verbose"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
msgid "sets verbose option (default: False)."
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
#, no-wrap
@ -120,14 +120,14 @@ msgid "-h, --help"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
msgid "show help message and exit."
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
#, no-wrap
@ -135,37 +135,22 @@ msgid "-v, --version"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:33 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:33
#: en/lb_chroot_hooks.1:33 en/lb_source_hooks.1:33
msgid "show program's version number and exit."
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:34 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:34
#: en/lb_chroot_hooks.1:34 en/lb_source_hooks.1:34
#, no-wrap
msgid "FILES"
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:35 en/lb_bootstrap_cdebootstrap.1:37
#: en/lb_bootstrap_debootstrap.1:37 en/lb_bootstrap_hooks.1:35
#: en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
#, no-wrap
msgid "B<config/build>"
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:36 en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36
#: en/lb_source_hooks.1:36
#, no-wrap
msgid "B<config/hooks/*.hook>"
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:40 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_binary_hooks.1:63 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:40
#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:40
#, no-wrap
@ -173,19 +158,19 @@ msgid "SEE ALSO"
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:41 en/lb_chroot_hooks.1:41 en/lb_source_hooks.1:41
#: en/lb_binary_hooks.1:64 en/lb_chroot_hooks.1:41 en/lb_source_hooks.1:41
#, no-wrap
msgid "I<lb_bootstrap_hooks>(1)"
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:43 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:43
#: en/lb_binary_hooks.1:66 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:43
#, no-wrap
msgid "I<lb_source_hooks>(1)"
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:45 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:45
#: en/lb_chroot_hooks.1:45 en/lb_source_hooks.1:45
#, no-wrap
@ -193,7 +178,7 @@ msgid "HOMEPAGE"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:47 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_binary_hooks.1:70 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:47
#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:47
msgid ""
@ -203,7 +188,7 @@ msgid ""
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:48
#: en/lb_chroot_hooks.1:48 en/lb_source_hooks.1:48
#, no-wrap
@ -211,7 +196,7 @@ msgid "BUGS"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:50 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:50
#: en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:50
msgid ""
@ -222,7 +207,7 @@ msgid ""
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:51 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_binary_hooks.1:74 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:51
#: en/lb_chroot_hooks.1:51 en/lb_source_hooks.1:51
#, no-wrap
@ -230,13 +215,20 @@ msgid "AUTHOR"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:52 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_binary_hooks.1:75 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:52
#: en/lb_chroot_hooks.1:52 en/lb_source_hooks.1:52
msgid ""
"live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
msgstr ""
#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:37 en/lb_bootstrap_debootstrap.1:37
#: en/lb_bootstrap_hooks.1:35 en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
#, no-wrap
msgid "B<config/build>"
msgstr ""
#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:40 en/lb_bootstrap_debootstrap.1:40
#: en/lb_bootstrap_hooks.1:38 en/lb_chroot_hooks.1:38
@ -244,6 +236,12 @@ msgstr ""
msgid "B<chroot>"
msgstr ""
#. type: IP
#: en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36 en/lb_source_hooks.1:36
#, no-wrap
msgid "B<config/hooks/*.hook>"
msgstr ""
#. type: IP
#: en/lb_bootstrap_hooks.1:42 en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:43
#, no-wrap

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2013-11-04 07:18+0100\n"
"POT-Creation-Date: 2013-11-04 11:34+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -89,7 +89,7 @@ msgid ""
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:26 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:26
#: en/lb_chroot_hooks.1:26 en/lb_source_hooks.1:26
#, no-wrap
@ -97,7 +97,7 @@ msgid "OPTIONS"
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:27 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:27
#: en/lb_chroot_hooks.1:27 en/lb_source_hooks.1:27
#, no-wrap
@ -105,14 +105,14 @@ msgid "--verbose"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
msgid "sets verbose option (default: False)."
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
#, no-wrap
@ -120,14 +120,14 @@ msgid "-h, --help"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
msgid "show help message and exit."
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
#, no-wrap
@ -135,37 +135,22 @@ msgid "-v, --version"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:33 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:33
#: en/lb_chroot_hooks.1:33 en/lb_source_hooks.1:33
msgid "show program's version number and exit."
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:34 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:34
#: en/lb_chroot_hooks.1:34 en/lb_source_hooks.1:34
#, no-wrap
msgid "FILES"
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:35 en/lb_bootstrap_cdebootstrap.1:37
#: en/lb_bootstrap_debootstrap.1:37 en/lb_bootstrap_hooks.1:35
#: en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
#, no-wrap
msgid "B<config/build>"
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:36 en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36
#: en/lb_source_hooks.1:36
#, no-wrap
msgid "B<config/hooks/*.hook>"
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:40 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_binary_hooks.1:63 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:40
#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:40
#, no-wrap
@ -173,19 +158,19 @@ msgid "SEE ALSO"
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:41 en/lb_chroot_hooks.1:41 en/lb_source_hooks.1:41
#: en/lb_binary_hooks.1:64 en/lb_chroot_hooks.1:41 en/lb_source_hooks.1:41
#, no-wrap
msgid "I<lb_bootstrap_hooks>(1)"
msgstr ""
#. type: IP
#: en/lb_binary_hooks.1:42 en/lb_bootstrap_hooks.1:41 en/lb_source_hooks.1:42
#: en/lb_binary_hooks.1:65 en/lb_bootstrap_hooks.1:41 en/lb_source_hooks.1:42
#, no-wrap
msgid "I<lb_chroot_hooks>(1)"
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:45 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:45
#: en/lb_chroot_hooks.1:45 en/lb_source_hooks.1:45
#, no-wrap
@ -193,7 +178,7 @@ msgid "HOMEPAGE"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:47 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_binary_hooks.1:70 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:47
#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:47
msgid ""
@ -203,7 +188,7 @@ msgid ""
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:48
#: en/lb_chroot_hooks.1:48 en/lb_source_hooks.1:48
#, no-wrap
@ -211,7 +196,7 @@ msgid "BUGS"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:50 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:50
#: en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:50
msgid ""
@ -222,7 +207,7 @@ msgid ""
msgstr ""
#. type: SH
#: en/lb_binary_hooks.1:51 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_binary_hooks.1:74 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:51
#: en/lb_chroot_hooks.1:51 en/lb_source_hooks.1:51
#, no-wrap
@ -230,13 +215,26 @@ msgid "AUTHOR"
msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:52 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_binary_hooks.1:75 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:52
#: en/lb_chroot_hooks.1:52 en/lb_source_hooks.1:52
msgid ""
"live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
msgstr ""
#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:37 en/lb_bootstrap_debootstrap.1:37
#: en/lb_bootstrap_hooks.1:35 en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
#, no-wrap
msgid "B<config/build>"
msgstr ""
#. type: IP
#: en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36 en/lb_source_hooks.1:36
#, no-wrap
msgid "B<config/hooks/*.hook>"
msgstr ""
#. type: IP
#: en/lb_bootstrap_hooks.1:42 en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:43
#, no-wrap