From 35dbb107d0fb6be916a7ed2a70c2e9ea9e7b4e93 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 4 Nov 2013 12:37:33 +0100 Subject: Adding program specification to lb_bootstrap_hooks manpage. --- manpages/de/lb_bootstrap_hooks.de.1 | 47 ++++++- manpages/en/lb_bootstrap_hooks.1 | 33 ++++- manpages/es/lb_bootstrap_hooks.es.1 | 45 ++++++- manpages/po/de/lb_bootstrap_hooks.1.po | 239 +++++++++++++++++++++++++-------- manpages/po/de/lb_chroot_hooks.1.po | 114 ++++++++-------- manpages/po/es/lb_bootstrap_hooks.1.po | 221 ++++++++++++++++++++++-------- manpages/po/es/lb_chroot_hooks.1.po | 113 ++++++++-------- manpages/pot/lb_bootstrap_hooks.1.pot | 210 +++++++++++++++++++++-------- manpages/pot/lb_chroot_hooks.1.pot | 110 ++++++++------- 9 files changed, 785 insertions(+), 347 deletions(-) (limited to 'manpages') diff --git a/manpages/de/lb_bootstrap_hooks.de.1 b/manpages/de/lb_bootstrap_hooks.de.1 index 5e5349f52..667365c66 100644 --- a/manpages/de/lb_bootstrap_hooks.de.1 +++ b/manpages/de/lb_bootstrap_hooks.de.1 @@ -27,7 +27,33 @@ live\-build enthält die Komponenten um ein Live System von einem Konfigurationsverzeichnis zu erstellen. .PP -Der \fBlb bootstrap_hooks\fP Befehl führt Hooks nach dem Bootstrap Stage aus. +Der \fBlb bootstrap_hooks\fP Befehl führt Hook Dateien nach dem Bootstrap Stage +aus. + +.SH SPEZIFIKATION +\fBlb bootstrap_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 bootstrap_hooks\fP ausgeführt werden. +.PP +Hook Dateien müssen entweder den Suffix \fB*.hook\fP oder \fB*.hook.bootstrap\fP +haben. +.PP +Hook Dateien mit dem Suffix \fB*.hook\fP werden als erstes ausgeführt, Hook +Dateien mit dem Suffix \fB*.hook.bootstrap\fP als zweites. +.PP +Hook Dateien werden von \fBlb bootstrap_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 bootstrap_hooks\fP in das \fBchroot/live\-build\fP +Verzeichnis kopiert. Sie werden innerhalb des chroot Verzeichnises +ausgeführt und können das Konfigurationsverzeichnis in \fB/live\-build/config\fP +innerhalb des chroot Verzeichnisses lesen. .SH OPTIONEN .IP \-\-verbose 4 @@ -38,13 +64,22 @@ 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.bootstrap\fP 4 -.IP \fBchroot\fP 4 +.IP \fBconfig/build\fP: 4 +allgemeine Konfigurationsdatei. +.IP \fBconfig/hooks/*.hook\fP: 4 +Allgemeine Hook Dateien. +.IP \fBconfig/hooks/*.hook.bootstrap\fP: 4 +Hook Dateien spezifisch für den Bootstrap Stage. +.IP \fBchroot\fP: 4 +Verzeichnis in dem Hook Dateien ausgeführt werden. +.IP \fBchroot/live\-build/config\fP: 4 +bind mount des Konfigurationsverzeichnis innerhalb des chroot Verzeichnisses +um von Hook Dateien gelesen werden zu können. +.IP \fBchroot/live\-build\fP: 4 +Verzeichnis in das die Hook Dateien kopiert werden. .SH "SIEHE AUCH" -.IP \fIlb_chroot_hooks\fP(1) 4 +.IP \fIlb_bootstrap_hooks\fP(1) 4 .IP \fIlb_binary_hooks\fP(1) 4 .IP \fIlb_source_hooks\fP(1) 4 diff --git a/manpages/en/lb_bootstrap_hooks.1 b/manpages/en/lb_bootstrap_hooks.1 index a3ef2d2eb..cff97f9ed 100644 --- a/manpages/en/lb_bootstrap_hooks.1 +++ b/manpages/en/lb_bootstrap_hooks.1 @@ -21,7 +21,20 @@ .SH DESCRIPTION live\-build contains the components to build a live system from a configuration directory. .PP -The \fBlb bootstrap_hooks\fR command executes hooks after the bootstrap stage. +The \fBlb bootstrap_hooks\fR command executes hook files after the bootstrap stage. + +.SH SPECIFICATION +\fBlb bootstrap_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 bootstrap_hooks\fR automatically when they are executed. +.PP +Hook files must either have the suffix \fB*.hook\fR or \fB*.hook.bootstrap\fR. +.PP +Hook files with the suffix \fB*.hook\fR are executed first, hook files with the suffix \fB*.hook.bootstrap\fR are executed second. +.PP +Hook files are executed in alphanumberical order by \fBlb bootstrap_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 \fBchroot/live-build\fR directory by \fBlb bootstrap_hoooks\fR. They are executed from within the chroot directory (chrooted) and can read the configuration directory in \fB/live-build/config\fR within the chroot directory. .SH OPTIONS .IP "\-\-verbose" 4 @@ -32,13 +45,21 @@ 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.bootstrap\fR" 4 -.IP "\fBchroot\fR" 4 +.IP "\fBconfig/build\fR:" 4 +generic configuration file. +.IP "\fBconfig/hooks/*.hook\fR:" 4 +generic hook files. +.IP "\fBconfig/hooks/*.hook.bootstrap\fR:" 4 +hook files specific for the bootstrap stage. +.IP "\fBchroot\fR:" 4 +directory in which the hook files are executed. +.IP "\fBchroot/live-build/config\fR:" 4 +bind mounted configuration directory within the chroot directory to be read by hook files. +.IP "\fBchroot/live-build\fR:" 4 +directory in which hook files are copied. .SH SEE ALSO -.IP "\fIlb_chroot_hooks\fR(1)" 4 +.IP "\fIlb_bootstrap_hooks\fR(1)" 4 .IP "\fIlb_binary_hooks\fR(1)" 4 .IP "\fIlb_source_hooks\fR(1)" 4 diff --git a/manpages/es/lb_bootstrap_hooks.es.1 b/manpages/es/lb_bootstrap_hooks.es.1 index 309df88ad..16ff91cd7 100644 --- a/manpages/es/lb_bootstrap_hooks.es.1 +++ b/manpages/es/lb_bootstrap_hooks.es.1 @@ -27,7 +27,31 @@ live\-build contains the components to build a live system from a configuration directory. .PP -The \fBlb bootstrap_hooks\fP command executes hooks after the bootstrap stage. +The \fBlb bootstrap_hooks\fP command executes hook files after the bootstrap +stage. + +.SH SPECIFICATION +\fBlb bootstrap_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 bootstrap_hooks\fP +automatically when they are executed. +.PP +Hook files must either have the suffix \fB*.hook\fP or \fB*.hook.bootstrap\fP. +.PP +Hook files with the suffix \fB*.hook\fP are executed first, hook files with the +suffix \fB*.hook.bootstrap\fP are executed second. +.PP +Hook files are executed in alphanumberical order by \fBlb +bootstrap_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 \fBchroot/live\-build\fP directory by \fBlb +bootstrap_hoooks\fP. They are executed from within the chroot directory +(chrooted) and can read the configuration directory in \fB/live\-build/config\fP +within the chroot directory. .SH OPCIONES .IP \-\-verbose 4 @@ -38,13 +62,22 @@ 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.bootstrap\fP 4 -.IP \fBchroot\fP 4 +.IP \fBconfig/build\fP: 4 +generic configuration file. +.IP \fBconfig/hooks/*.hook\fP: 4 +generic hook files. +.IP \fBconfig/hooks/*.hook.bootstrap\fP: 4 +hook files specific for the bootstrap stage. +.IP \fBchroot\fP: 4 +directory in which the hook files are executed. +.IP \fBchroot/live\-build/config\fP: 4 +bind mounted configuration directory within the chroot directory to be read +by hook files. +.IP \fBchroot/live\-build\fP: 4 +directory in which hook files are copied. .SH "VER TAMBIÉN" -.IP \fIlb_chroot_hooks\fP(1) 4 +.IP \fIlb_bootstrap_hooks\fP(1) 4 .IP \fIlb_binary_hooks\fP(1) 4 .IP \fIlb_source_hooks\fP(1) 4 diff --git a/manpages/po/de/lb_bootstrap_hooks.1.po b/manpages/po/de/lb_bootstrap_hooks.1.po index d2e94f7c8..72c14dc3c 100644 --- a/manpages/po/de/lb_bootstrap_hooks.1.po +++ b/manpages/po/de/lb_bootstrap_hooks.1.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build 4.0~alpha29-1\n" -"POT-Creation-Date: 2013-11-04 11:34+0100\n" +"POT-Creation-Date: 2013-11-04 12:35+0100\n" "PO-Revision-Date: 2010-05-24 09:59+0300\n" "Last-Translator: Daniel Baumann \n" "Language-Team: none\n" @@ -89,99 +89,145 @@ msgstr "" "live-build enthält die Komponenten um ein Live System von einem " "Konfigurationsverzeichnis zu erstellen." +#. type: SH +#: en/lb_binary_hooks.1:26 en/lb_bootstrap_hooks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_source_hooks.1:26 +#, no-wrap +msgid "SPECIFICATION" +msgstr "SPEZIFIKATION" + #. 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 +#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:39 +#: en/lb_chroot_hooks.1:39 en/lb_source_hooks.1:41 #, no-wrap msgid "OPTIONS" msgstr "OPTIONEN" #. type: IP #: 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 +#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:40 +#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:42 #, no-wrap msgid "--verbose" msgstr "--verbose" #. type: Plain text #: 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 +#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 +#: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 msgid "sets verbose option (default: False)." msgstr "setzt verbose Option für mehr Ausgaben (Standardwert: aus)." #. type: IP #: 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 +#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 +#: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 #, no-wrap msgid "-h, --help" msgstr "-h, --help" #. type: Plain text #: 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 +#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 +#: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 msgid "show help message and exit." msgstr "zeigt Hilfenachricht und beendet sich." #. type: IP #: 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 +#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 +#: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 #, no-wrap msgid "-v, --version" msgstr "-v, --version" #. type: Plain text #: 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 +#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:46 +#: en/lb_chroot_hooks.1:46 en/lb_source_hooks.1:48 msgid "show program's version number and exit." msgstr "zeigt Versionsnummer des Programms und beendet sich." #. type: SH #: 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 +#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:47 +#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:49 #, no-wrap msgid "FILES" msgstr "DATEIEN" +#. type: IP +#: en/lb_binary_hooks.1:50 en/lb_bootstrap_hooks.1:48 en/lb_chroot_hooks.1:48 +#: en/lb_source_hooks.1:50 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb_binary_hooks.1:52 en/lb_bootstrap_hooks.1:50 en/lb_chroot_hooks.1:50 +#: en/lb_source_hooks.1:52 +msgid "generic configuration file." +msgstr "allgemeine Konfigurationsdatei." + +#. type: IP +#: en/lb_binary_hooks.1:52 en/lb_bootstrap_hooks.1:50 en/lb_chroot_hooks.1:50 +#: en/lb_source_hooks.1:52 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb_binary_hooks.1:54 en/lb_bootstrap_hooks.1:52 en/lb_chroot_hooks.1:52 +#: en/lb_source_hooks.1:54 +msgid "generic hook files." +msgstr "Allgemeine Hook Dateien." + +#. type: Plain text +#: en/lb_binary_hooks.1:58 en/lb_bootstrap_hooks.1:56 en/lb_chroot_hooks.1:56 +#: en/lb_source_hooks.1:58 +msgid "directory in which the hook files are executed." +msgstr "Verzeichnis in dem Hook Dateien ausgeführt werden." + +#. type: Plain text +#: en/lb_binary_hooks.1:62 en/lb_bootstrap_hooks.1:60 en/lb_chroot_hooks.1:60 +#: en/lb_source_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: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 +#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:61 +#: en/lb_chroot_hooks.1:61 en/lb_source_hooks.1:63 #, no-wrap msgid "SEE ALSO" msgstr "SIEHE AUCH" #. type: IP -#: en/lb_binary_hooks.1:65 en/lb_bootstrap_hooks.1:41 en/lb_source_hooks.1:42 +#: en/lb_binary_hooks.1:64 en/lb_bootstrap_hooks.1:62 en/lb_chroot_hooks.1:62 +#: en/lb_source_hooks.1:64 #, no-wrap -msgid "I(1)" -msgstr "I(1)" +msgid "I(1)" +msgstr "I(1)" #. type: IP -#: en/lb_binary_hooks.1:66 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:43 +#: en/lb_binary_hooks.1:66 en/lb_bootstrap_hooks.1:64 en/lb_chroot_hooks.1:64 #, no-wrap msgid "I(1)" msgstr "I(1)" #. type: SH #: 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 +#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:66 +#: en/lb_chroot_hooks.1:66 en/lb_source_hooks.1:68 #, no-wrap msgid "HOMEPAGE" msgstr "HOMEPAGE" #. type: Plain text #: 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 +#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:68 +#: en/lb_chroot_hooks.1:68 en/lb_source_hooks.1:70 msgid "" "More information about live-build and the Live Systems project can be found " "on the homepage at EIE and in the manual " @@ -193,16 +239,16 @@ msgstr "" #. type: SH #: 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 +#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:69 +#: en/lb_chroot_hooks.1:69 en/lb_source_hooks.1:71 #, no-wrap msgid "BUGS" msgstr "FEHLER" #. type: Plain text #: 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 +#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:71 +#: en/lb_chroot_hooks.1:71 en/lb_source_hooks.1:73 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " "the Bug Tracking System at EIE or by " @@ -218,36 +264,22 @@ msgstr "" # #. type: SH #: 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 +#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:72 +#: en/lb_chroot_hooks.1:72 en/lb_source_hooks.1:74 #, no-wrap msgid "AUTHOR" msgstr "AUTOR" #. type: Plain text #: 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 +#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:73 +#: en/lb_chroot_hooks.1:73 en/lb_source_hooks.1:75 msgid "" "live-build was written by Daniel Baumann EIE." msgstr "" "live-build wurde von Daniel Baumann EIE " "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" -msgstr "B" - -#. 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 -#, no-wrap -msgid "B" -msgstr "B" - #. type: Plain text #: en/lb_bootstrap_hooks.1:16 msgid "B [--verbose]" @@ -266,24 +298,115 @@ msgstr "B [--version]" #. type: Plain text #: en/lb_bootstrap_hooks.1:25 msgid "" -"The B command executes hooks after the bootstrap stage." +"The B command executes hook files after the bootstrap " +"stage." msgstr "" -"Der B Befehl führt Hooks nach dem Bootstrap Stage aus." +"Der B Befehl führt Hook Dateien nach dem Bootstrap Stage " +"aus." + +#. type: Plain text +#: en/lb_bootstrap_hooks.1:28 +msgid "" +"B executes any hook files found in the B " +"directory within the configuration directory." +msgstr "" +"B führt alle Hook Dateien die sich im B " +"Verzeichnis innerhalb des Konfigurationsvereichnisses befinden aus." + +#. type: Plain text +#: en/lb_bootstrap_hooks.1:30 +msgid "" +"Hook files do not require to have a specific owner nor specific permissions. " +"They are marked executable by B 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 ausgeführt werden." + +#. type: Plain text +#: en/lb_bootstrap_hooks.1:32 +msgid "" +"Hook files must either have the suffix B<*.hook> or B<*.hook.bootstrap>." +msgstr "" +"Hook Dateien müssen entweder den Suffix B<*.hook> oder B<*.hook.bootstrap> " +"haben." + +#. type: Plain text +#: en/lb_bootstrap_hooks.1:34 +msgid "" +"Hook files with the suffix B<*.hook> are executed first, hook files with the " +"suffix B<*.hook.bootstrap> are executed second." +msgstr "" +"Hook Dateien mit dem Suffix B<*.hook> werden als erstes ausgeführt, Hook " +"Dateien mit dem Suffix B<*.hook.bootstrap> als zweites." + +#. type: Plain text +#: en/lb_bootstrap_hooks.1:36 +msgid "" +"Hook files are executed in alphanumberical order by B. " +"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 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_bootstrap_hooks.1:38 +msgid "" +"Hook files are copied into the B directory by B. They are executed from within the chroot directory " +"(chrooted) and can read the configuration directory in B " +"within the chroot directory." +msgstr "" +"Hook Dateien werden durch B in das B " +"Verzeichnis kopiert. Sie werden innerhalb des chroot Verzeichnises " +"ausgeführt und können das Konfigurationsverzeichnis in B " +"innerhalb des chroot Verzeichnisses lesen." + +#. type: IP +#: en/lb_bootstrap_hooks.1:52 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb_bootstrap_hooks.1:54 +msgid "hook files specific for the bootstrap stage." +msgstr "Hook Dateien spezifisch für den Bootstrap Stage." #. type: IP -#: en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36 en/lb_source_hooks.1:36 +#: en/lb_bootstrap_hooks.1:54 en/lb_chroot_hooks.1:54 #, no-wrap -msgid "B" -msgstr "B" +msgid "B:" +msgstr "B:" + +#. type: IP +#: en/lb_bootstrap_hooks.1:56 en/lb_chroot_hooks.1:56 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb_bootstrap_hooks.1:58 en/lb_chroot_hooks.1:58 +msgid "" +"bind mounted configuration directory within the chroot directory to be read " +"by hook files." +msgstr "" +"bind mount des Konfigurationsverzeichnis innerhalb des chroot Verzeichnisses " +"um von Hook Dateien gelesen werden zu können." #. type: IP -#: en/lb_bootstrap_hooks.1:37 +#: en/lb_bootstrap_hooks.1:58 en/lb_chroot_hooks.1:58 #, no-wrap -msgid "B" -msgstr "B" +msgid "B:" +msgstr "B:" #. type: IP -#: en/lb_bootstrap_hooks.1:42 en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:43 +#: en/lb_bootstrap_hooks.1:63 en/lb_chroot_hooks.1:63 en/lb_source_hooks.1:66 #, no-wrap msgid "I(1)" msgstr "I(1)" diff --git a/manpages/po/de/lb_chroot_hooks.1.po b/manpages/po/de/lb_chroot_hooks.1.po index 332776218..623304ed7 100644 --- a/manpages/po/de/lb_chroot_hooks.1.po +++ b/manpages/po/de/lb_chroot_hooks.1.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build 4.0~alpha29-1\n" -"POT-Creation-Date: 2013-11-04 12:30+0100\n" +"POT-Creation-Date: 2013-11-04 12:35+0100\n" "PO-Revision-Date: 2010-05-24 09:59+0300\n" "Last-Translator: Daniel Baumann \n" "Language-Team: none\n" @@ -90,14 +90,15 @@ msgstr "" "Konfigurationsverzeichnis zu erstellen." #. type: SH -#: en/lb_binary_hooks.1:26 en/lb_chroot_hooks.1:26 en/lb_source_hooks.1:26 +#: en/lb_binary_hooks.1:26 en/lb_bootstrap_hooks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_source_hooks.1:26 #, no-wrap msgid "SPECIFICATION" msgstr "SPEZIFIKATION" #. 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_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:39 #: en/lb_chroot_hooks.1:39 en/lb_source_hooks.1:41 #, no-wrap msgid "OPTIONS" @@ -105,7 +106,7 @@ msgstr "OPTIONEN" #. type: IP #: 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_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:40 #: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:42 #, no-wrap msgid "--verbose" @@ -113,14 +114,14 @@ msgstr "--verbose" #. type: Plain text #: 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_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 #: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 msgid "sets verbose option (default: False)." msgstr "setzt verbose Option für mehr Ausgaben (Standardwert: aus)." #. type: IP #: 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_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 #: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 #, no-wrap msgid "-h, --help" @@ -128,14 +129,14 @@ msgstr "-h, --help" #. type: Plain text #: 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_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 #: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 msgid "show help message and exit." msgstr "zeigt Hilfenachricht und beendet sich." #. type: IP #: 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_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 #: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 #, no-wrap msgid "-v, --version" @@ -143,74 +144,81 @@ msgstr "-v, --version" #. type: Plain text #: 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_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:46 #: en/lb_chroot_hooks.1:46 en/lb_source_hooks.1:48 msgid "show program's version number and exit." msgstr "zeigt Versionsnummer des Programms und beendet sich." #. type: SH #: 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_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:47 #: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:49 #, no-wrap msgid "FILES" msgstr "DATEIEN" #. type: IP -#: en/lb_binary_hooks.1:50 en/lb_chroot_hooks.1:48 en/lb_source_hooks.1:50 +#: en/lb_binary_hooks.1:50 en/lb_bootstrap_hooks.1:48 en/lb_chroot_hooks.1:48 +#: en/lb_source_hooks.1:50 #, no-wrap msgid "B:" msgstr "B:" #. type: Plain text -#: en/lb_binary_hooks.1:52 en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:52 +#: en/lb_binary_hooks.1:52 en/lb_bootstrap_hooks.1:50 en/lb_chroot_hooks.1:50 +#: en/lb_source_hooks.1:52 msgid "generic configuration file." msgstr "allgemeine Konfigurationsdatei." #. type: IP -#: en/lb_binary_hooks.1:52 en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:52 +#: en/lb_binary_hooks.1:52 en/lb_bootstrap_hooks.1:50 en/lb_chroot_hooks.1:50 +#: en/lb_source_hooks.1:52 #, no-wrap msgid "B:" msgstr "B:" #. type: Plain text -#: en/lb_binary_hooks.1:54 en/lb_chroot_hooks.1:52 en/lb_source_hooks.1:54 +#: en/lb_binary_hooks.1:54 en/lb_bootstrap_hooks.1:52 en/lb_chroot_hooks.1:52 +#: en/lb_source_hooks.1:54 msgid "generic hook files." msgstr "Allgemeine Hook Dateien." #. type: Plain text -#: en/lb_binary_hooks.1:58 en/lb_chroot_hooks.1:56 en/lb_source_hooks.1:58 +#: en/lb_binary_hooks.1:58 en/lb_bootstrap_hooks.1:56 en/lb_chroot_hooks.1:56 +#: en/lb_source_hooks.1:58 msgid "directory in which the hook files are executed." msgstr "Verzeichnis in dem Hook Dateien ausgeführt werden." #. type: Plain text -#: en/lb_binary_hooks.1:62 en/lb_chroot_hooks.1:60 en/lb_source_hooks.1:62 +#: en/lb_binary_hooks.1:62 en/lb_bootstrap_hooks.1:60 en/lb_chroot_hooks.1:60 +#: en/lb_source_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:63 en/lb_bootstrap_cdebootstrap.1:43 -#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:40 +#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:61 #: en/lb_chroot_hooks.1:61 en/lb_source_hooks.1:63 #, no-wrap msgid "SEE ALSO" msgstr "SIEHE AUCH" #. type: IP -#: en/lb_binary_hooks.1:64 en/lb_chroot_hooks.1:62 en/lb_source_hooks.1:64 +#: en/lb_binary_hooks.1:64 en/lb_bootstrap_hooks.1:62 en/lb_chroot_hooks.1:62 +#: en/lb_source_hooks.1:64 #, no-wrap msgid "I(1)" msgstr "I(1)" #. type: IP -#: en/lb_binary_hooks.1:66 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:64 +#: en/lb_binary_hooks.1:66 en/lb_bootstrap_hooks.1:64 en/lb_chroot_hooks.1:64 #, no-wrap msgid "I(1)" msgstr "I(1)" #. type: SH #: 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_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:66 #: en/lb_chroot_hooks.1:66 en/lb_source_hooks.1:68 #, no-wrap msgid "HOMEPAGE" @@ -218,7 +226,7 @@ msgstr "HOMEPAGE" #. type: Plain text #: 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_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:68 #: en/lb_chroot_hooks.1:68 en/lb_source_hooks.1:70 msgid "" "More information about live-build and the Live Systems project can be found " @@ -231,7 +239,7 @@ msgstr "" #. type: SH #: 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_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:69 #: en/lb_chroot_hooks.1:69 en/lb_source_hooks.1:71 #, no-wrap msgid "BUGS" @@ -239,7 +247,7 @@ msgstr "FEHLER" #. type: Plain text #: 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_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:71 #: en/lb_chroot_hooks.1:71 en/lb_source_hooks.1:73 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -256,7 +264,7 @@ msgstr "" # #. type: SH #: 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_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:72 #: en/lb_chroot_hooks.1:72 en/lb_source_hooks.1:74 #, no-wrap msgid "AUTHOR" @@ -264,7 +272,7 @@ msgstr "AUTOR" #. type: Plain text #: 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_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:73 #: en/lb_chroot_hooks.1:73 en/lb_source_hooks.1:75 msgid "" "live-build was written by Daniel Baumann EIE." @@ -273,7 +281,34 @@ msgstr "" "geschrieben." #. type: IP -#: en/lb_bootstrap_hooks.1:42 en/lb_chroot_hooks.1:63 en/lb_source_hooks.1:66 +#: en/lb_bootstrap_hooks.1:54 en/lb_chroot_hooks.1:54 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: IP +#: en/lb_bootstrap_hooks.1:56 en/lb_chroot_hooks.1:56 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb_bootstrap_hooks.1:58 en/lb_chroot_hooks.1:58 +msgid "" +"bind mounted configuration directory within the chroot directory to be read " +"by hook files." +msgstr "" +"bind mount des Konfigurationsverzeichnis innerhalb des chroot Verzeichnisses " +"um von Hook Dateien gelesen werden zu können." + +#. type: IP +#: en/lb_bootstrap_hooks.1:58 en/lb_chroot_hooks.1:58 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: IP +#: en/lb_bootstrap_hooks.1:63 en/lb_chroot_hooks.1:63 en/lb_source_hooks.1:66 #, no-wrap msgid "I(1)" msgstr "I(1)" @@ -372,30 +407,3 @@ msgstr "B:" #: en/lb_chroot_hooks.1:54 msgid "hook files specific for the chroot stage." msgstr "Hook Dateien spezifisch für den Chroot Stage." - -#. type: IP -#: en/lb_chroot_hooks.1:54 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: IP -#: en/lb_chroot_hooks.1:56 -#, no-wrap -msgid "B:" -msgstr "B:" - -#. type: Plain text -#: en/lb_chroot_hooks.1:58 -msgid "" -"bind mounted configuration directory within the chroot directory to be read " -"by hook files." -msgstr "" -"bind mount des Konfigurationsverzeichnis innerhalb des chroot Verzeichnisses " -"um von Hook Dateien gelesen werden zu können." - -#. type: IP -#: en/lb_chroot_hooks.1:58 -#, no-wrap -msgid "B:" -msgstr "B:" diff --git a/manpages/po/es/lb_bootstrap_hooks.1.po b/manpages/po/es/lb_bootstrap_hooks.1.po index 092529946..8f57ab04c 100644 --- a/manpages/po/es/lb_bootstrap_hooks.1.po +++ b/manpages/po/es/lb_bootstrap_hooks.1.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build 4.0~alpha29-1\n" -"POT-Creation-Date: 2013-11-04 11:34+0100\n" +"POT-Creation-Date: 2013-11-04 12:35+0100\n" "PO-Revision-Date: 2010-05-24 09:59+0300\n" "Last-Translator: Carlos Zuferri \n" "Language-Team: none\n" @@ -90,99 +90,145 @@ msgstr "" "live-build contiene los programas para construir un sistema en vivo a partir " "de un directorio de configuración." +#. type: SH +#: en/lb_binary_hooks.1:26 en/lb_bootstrap_hooks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_source_hooks.1:26 +#, no-wrap +msgid "SPECIFICATION" +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 +#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:39 +#: en/lb_chroot_hooks.1:39 en/lb_source_hooks.1:41 #, no-wrap msgid "OPTIONS" msgstr "OPCIONES" #. type: IP #: 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 +#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:40 +#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:42 #, no-wrap msgid "--verbose" msgstr "--verbose" #. type: Plain text #: 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 +#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 +#: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 msgid "sets verbose option (default: False)." msgstr "establece la opción verbose (por defecto: False)." #. type: IP #: 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 +#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 +#: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 #, no-wrap msgid "-h, --help" msgstr "-h, --help" #. type: Plain text #: 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 +#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 +#: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 msgid "show help message and exit." msgstr "muestra el mensaje de ayuda y sale." #. type: IP #: 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 +#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 +#: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 #, no-wrap msgid "-v, --version" msgstr "-v, --version" #. type: Plain text #: 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 +#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:46 +#: en/lb_chroot_hooks.1:46 en/lb_source_hooks.1:48 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: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 +#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:47 +#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:49 #, no-wrap msgid "FILES" msgstr "FICHEROS" +#. type: IP +#: en/lb_binary_hooks.1:50 en/lb_bootstrap_hooks.1:48 en/lb_chroot_hooks.1:48 +#: en/lb_source_hooks.1:50 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb_binary_hooks.1:52 en/lb_bootstrap_hooks.1:50 en/lb_chroot_hooks.1:50 +#: en/lb_source_hooks.1:52 +msgid "generic configuration file." +msgstr "" + +#. type: IP +#: en/lb_binary_hooks.1:52 en/lb_bootstrap_hooks.1:50 en/lb_chroot_hooks.1:50 +#: en/lb_source_hooks.1:52 +#, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb_binary_hooks.1:54 en/lb_bootstrap_hooks.1:52 en/lb_chroot_hooks.1:52 +#: en/lb_source_hooks.1:54 +msgid "generic hook files." +msgstr "" + +#. type: Plain text +#: en/lb_binary_hooks.1:58 en/lb_bootstrap_hooks.1:56 en/lb_chroot_hooks.1:56 +#: en/lb_source_hooks.1:58 +msgid "directory in which the hook files are executed." +msgstr "" + +#. type: Plain text +#: en/lb_binary_hooks.1:62 en/lb_bootstrap_hooks.1:60 en/lb_chroot_hooks.1:60 +#: en/lb_source_hooks.1:62 +msgid "directory in which hook files are copied." +msgstr "" + #. type: SH #: 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 +#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:61 +#: en/lb_chroot_hooks.1:61 en/lb_source_hooks.1:63 #, no-wrap msgid "SEE ALSO" msgstr "VER TAMBIÉN" #. type: IP -#: en/lb_binary_hooks.1:65 en/lb_bootstrap_hooks.1:41 en/lb_source_hooks.1:42 +#: en/lb_binary_hooks.1:64 en/lb_bootstrap_hooks.1:62 en/lb_chroot_hooks.1:62 +#: en/lb_source_hooks.1:64 #, no-wrap -msgid "I(1)" -msgstr "I(1)" +msgid "I(1)" +msgstr "I(1)" #. type: IP -#: en/lb_binary_hooks.1:66 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:43 +#: en/lb_binary_hooks.1:66 en/lb_bootstrap_hooks.1:64 en/lb_chroot_hooks.1:64 #, no-wrap msgid "I(1)" msgstr "I(1)" #. type: SH #: 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 +#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:66 +#: en/lb_chroot_hooks.1:66 en/lb_source_hooks.1:68 #, no-wrap msgid "HOMEPAGE" msgstr "PÁGINA WEB" #. type: Plain text #: 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 +#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:68 +#: en/lb_chroot_hooks.1:68 en/lb_source_hooks.1:70 msgid "" "More information about live-build and the Live Systems project can be found " "on the homepage at EIE and in the manual " @@ -194,16 +240,16 @@ msgstr "" #. type: SH #: 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 +#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:69 +#: en/lb_chroot_hooks.1:69 en/lb_source_hooks.1:71 #, no-wrap msgid "BUGS" msgstr "ERRORES" #. type: Plain text #: 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 +#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:71 +#: en/lb_chroot_hooks.1:71 en/lb_source_hooks.1:73 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " "the Bug Tracking System at EIE or by " @@ -217,36 +263,22 @@ msgstr "" #. type: SH #: 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 +#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:72 +#: en/lb_chroot_hooks.1:72 en/lb_source_hooks.1:74 #, no-wrap msgid "AUTHOR" msgstr "AUTOR" #. type: Plain text #: 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 +#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:73 +#: en/lb_chroot_hooks.1:73 en/lb_source_hooks.1:75 msgid "" "live-build was written by Daniel Baumann EIE." msgstr "" "live-build fue escrito por Daniel Baumann EIE." -#. 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" -msgstr "B" - -#. 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 -#, no-wrap -msgid "B" -msgstr "B" - #. type: Plain text #: en/lb_bootstrap_hooks.1:16 msgid "B [--verbose]" @@ -266,25 +298,96 @@ msgstr "B [--version]" #: en/lb_bootstrap_hooks.1:25 #, fuzzy msgid "" -"The B command executes hooks after the bootstrap stage." +"The B command executes hook files after the bootstrap " +"stage." msgstr "" "El programa B preinstala el chroot del sistema con " "I(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" -msgstr "B" +#. type: Plain text +#: en/lb_bootstrap_hooks.1:28 +msgid "" +"B executes any hook files found in the B " +"directory within the configuration directory." +msgstr "" + +#. type: Plain text +#: en/lb_bootstrap_hooks.1:30 +msgid "" +"Hook files do not require to have a specific owner nor specific permissions. " +"They are marked executable by B automatically when they " +"are executed." +msgstr "" + +#. type: Plain text +#: en/lb_bootstrap_hooks.1:32 +msgid "" +"Hook files must either have the suffix B<*.hook> or B<*.hook.bootstrap>." +msgstr "" + +#. type: Plain text +#: en/lb_bootstrap_hooks.1:34 +msgid "" +"Hook files with the suffix B<*.hook> are executed first, hook files with the " +"suffix B<*.hook.bootstrap> are executed second." +msgstr "" + +#. type: Plain text +#: en/lb_bootstrap_hooks.1:36 +msgid "" +"Hook files are executed in alphanumberical order by B. " +"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_bootstrap_hooks.1:38 +msgid "" +"Hook files are copied into the B directory by B. They are executed from within the chroot directory " +"(chrooted) and can read the configuration directory in B " +"within the chroot directory." +msgstr "" #. type: IP -#: en/lb_bootstrap_hooks.1:37 -#, no-wrap -msgid "B" +#: en/lb_bootstrap_hooks.1:52 +#, fuzzy, no-wrap +#| msgid "B" +msgid "B:" msgstr "B" +#. type: Plain text +#: en/lb_bootstrap_hooks.1:54 +msgid "hook files specific for the bootstrap stage." +msgstr "" + +#. type: IP +#: en/lb_bootstrap_hooks.1:54 en/lb_chroot_hooks.1:54 +#, fuzzy, no-wrap +msgid "B:" +msgstr "B" + +#. type: IP +#: en/lb_bootstrap_hooks.1:56 en/lb_chroot_hooks.1:56 +#, fuzzy, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb_bootstrap_hooks.1:58 en/lb_chroot_hooks.1:58 +msgid "" +"bind mounted configuration directory within the chroot directory to be read " +"by hook files." +msgstr "" + +#. type: IP +#: en/lb_bootstrap_hooks.1:58 en/lb_chroot_hooks.1:58 +#, fuzzy, no-wrap +msgid "B:" +msgstr "B:" + #. type: IP -#: en/lb_bootstrap_hooks.1:42 en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:43 +#: en/lb_bootstrap_hooks.1:63 en/lb_chroot_hooks.1:63 en/lb_source_hooks.1:66 #, no-wrap msgid "I(1)" msgstr "I(1)" diff --git a/manpages/po/es/lb_chroot_hooks.1.po b/manpages/po/es/lb_chroot_hooks.1.po index f157000e1..56e7a9b04 100644 --- a/manpages/po/es/lb_chroot_hooks.1.po +++ b/manpages/po/es/lb_chroot_hooks.1.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build 4.0~alpha29-1\n" -"POT-Creation-Date: 2013-11-04 12:30+0100\n" +"POT-Creation-Date: 2013-11-04 12:35+0100\n" "PO-Revision-Date: 2010-05-24 09:59+0300\n" "Last-Translator: Carlos Zuferri \n" "Language-Team: none\n" @@ -91,14 +91,15 @@ msgstr "" "de un directorio de configuración." #. type: SH -#: en/lb_binary_hooks.1:26 en/lb_chroot_hooks.1:26 en/lb_source_hooks.1:26 +#: en/lb_binary_hooks.1:26 en/lb_bootstrap_hooks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_source_hooks.1:26 #, no-wrap msgid "SPECIFICATION" 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_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:39 #: en/lb_chroot_hooks.1:39 en/lb_source_hooks.1:41 #, no-wrap msgid "OPTIONS" @@ -106,7 +107,7 @@ msgstr "OPCIONES" #. type: IP #: 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_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:40 #: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:42 #, no-wrap msgid "--verbose" @@ -114,14 +115,14 @@ msgstr "--verbose" #. type: Plain text #: 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_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 #: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 msgid "sets verbose option (default: False)." msgstr "establece la opción verbose (por defecto: False)." #. type: IP #: 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_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 #: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 #, no-wrap msgid "-h, --help" @@ -129,14 +130,14 @@ msgstr "-h, --help" #. type: Plain text #: 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_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 #: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 msgid "show help message and exit." msgstr "muestra el mensaje de ayuda y sale." #. type: IP #: 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_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 #: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 #, no-wrap msgid "-v, --version" @@ -144,74 +145,81 @@ msgstr "-v, --version" #. type: Plain text #: 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_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:46 #: en/lb_chroot_hooks.1:46 en/lb_source_hooks.1:48 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:49 en/lb_bootstrap_cdebootstrap.1:36 -#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:34 +#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:47 #: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:49 #, no-wrap msgid "FILES" msgstr "FICHEROS" #. type: IP -#: en/lb_binary_hooks.1:50 en/lb_chroot_hooks.1:48 en/lb_source_hooks.1:50 +#: en/lb_binary_hooks.1:50 en/lb_bootstrap_hooks.1:48 en/lb_chroot_hooks.1:48 +#: en/lb_source_hooks.1:50 #, no-wrap msgid "B:" msgstr "B:" #. type: Plain text -#: en/lb_binary_hooks.1:52 en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:52 +#: en/lb_binary_hooks.1:52 en/lb_bootstrap_hooks.1:50 en/lb_chroot_hooks.1:50 +#: en/lb_source_hooks.1:52 msgid "generic configuration file." msgstr "" #. type: IP -#: en/lb_binary_hooks.1:52 en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:52 +#: en/lb_binary_hooks.1:52 en/lb_bootstrap_hooks.1:50 en/lb_chroot_hooks.1:50 +#: en/lb_source_hooks.1:52 #, no-wrap msgid "B:" msgstr "B:" #. type: Plain text -#: en/lb_binary_hooks.1:54 en/lb_chroot_hooks.1:52 en/lb_source_hooks.1:54 +#: en/lb_binary_hooks.1:54 en/lb_bootstrap_hooks.1:52 en/lb_chroot_hooks.1:52 +#: en/lb_source_hooks.1:54 msgid "generic hook files." msgstr "" #. type: Plain text -#: en/lb_binary_hooks.1:58 en/lb_chroot_hooks.1:56 en/lb_source_hooks.1:58 +#: en/lb_binary_hooks.1:58 en/lb_bootstrap_hooks.1:56 en/lb_chroot_hooks.1:56 +#: en/lb_source_hooks.1:58 msgid "directory in which the hook files are executed." msgstr "" #. type: Plain text -#: en/lb_binary_hooks.1:62 en/lb_chroot_hooks.1:60 en/lb_source_hooks.1:62 +#: en/lb_binary_hooks.1:62 en/lb_bootstrap_hooks.1:60 en/lb_chroot_hooks.1:60 +#: en/lb_source_hooks.1:62 msgid "directory in which hook files are copied." msgstr "" #. type: SH #: 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_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:61 #: en/lb_chroot_hooks.1:61 en/lb_source_hooks.1:63 #, no-wrap msgid "SEE ALSO" msgstr "VER TAMBIÉN" #. type: IP -#: en/lb_binary_hooks.1:64 en/lb_chroot_hooks.1:62 en/lb_source_hooks.1:64 +#: en/lb_binary_hooks.1:64 en/lb_bootstrap_hooks.1:62 en/lb_chroot_hooks.1:62 +#: en/lb_source_hooks.1:64 #, no-wrap msgid "I(1)" msgstr "I(1)" #. type: IP -#: en/lb_binary_hooks.1:66 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:64 +#: en/lb_binary_hooks.1:66 en/lb_bootstrap_hooks.1:64 en/lb_chroot_hooks.1:64 #, no-wrap msgid "I(1)" msgstr "I(1)" #. type: SH #: 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_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:66 #: en/lb_chroot_hooks.1:66 en/lb_source_hooks.1:68 #, no-wrap msgid "HOMEPAGE" @@ -219,7 +227,7 @@ msgstr "PÁGINA WEB" #. type: Plain text #: 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_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:68 #: en/lb_chroot_hooks.1:68 en/lb_source_hooks.1:70 msgid "" "More information about live-build and the Live Systems project can be found " @@ -232,7 +240,7 @@ msgstr "" #. type: SH #: 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_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:69 #: en/lb_chroot_hooks.1:69 en/lb_source_hooks.1:71 #, no-wrap msgid "BUGS" @@ -240,7 +248,7 @@ msgstr "ERRORES" #. type: Plain text #: 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_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:71 #: en/lb_chroot_hooks.1:71 en/lb_source_hooks.1:73 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -255,7 +263,7 @@ msgstr "" #. type: SH #: 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_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:72 #: en/lb_chroot_hooks.1:72 en/lb_source_hooks.1:74 #, no-wrap msgid "AUTHOR" @@ -263,7 +271,7 @@ msgstr "AUTOR" #. type: Plain text #: 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_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:73 #: en/lb_chroot_hooks.1:73 en/lb_source_hooks.1:75 msgid "" "live-build was written by Daniel Baumann EIE." @@ -272,7 +280,32 @@ msgstr "" "ch>E." #. type: IP -#: en/lb_bootstrap_hooks.1:42 en/lb_chroot_hooks.1:63 en/lb_source_hooks.1:66 +#: en/lb_bootstrap_hooks.1:54 en/lb_chroot_hooks.1:54 +#, fuzzy, no-wrap +msgid "B:" +msgstr "B" + +#. type: IP +#: en/lb_bootstrap_hooks.1:56 en/lb_chroot_hooks.1:56 +#, fuzzy, no-wrap +msgid "B:" +msgstr "B:" + +#. type: Plain text +#: en/lb_bootstrap_hooks.1:58 en/lb_chroot_hooks.1:58 +msgid "" +"bind mounted configuration directory within the chroot directory to be read " +"by hook files." +msgstr "" + +#. type: IP +#: en/lb_bootstrap_hooks.1:58 en/lb_chroot_hooks.1:58 +#, fuzzy, no-wrap +msgid "B:" +msgstr "B:" + +#. type: IP +#: en/lb_bootstrap_hooks.1:63 en/lb_chroot_hooks.1:63 en/lb_source_hooks.1:66 #, no-wrap msgid "I(1)" msgstr "I(1)" @@ -356,31 +389,3 @@ msgstr "B" #: en/lb_chroot_hooks.1:54 msgid "hook files specific for the chroot stage." msgstr "" - -#. type: IP -#: en/lb_chroot_hooks.1:54 -#, fuzzy, no-wrap -#| msgid "B" -msgid "B:" -msgstr "B" - -#. type: IP -#: en/lb_chroot_hooks.1:56 -#, fuzzy, no-wrap -#| msgid "B:" -msgid "B:" -msgstr "B:" - -#. type: Plain text -#: en/lb_chroot_hooks.1:58 -msgid "" -"bind mounted configuration directory within the chroot directory to be read " -"by hook files." -msgstr "" - -#. type: IP -#: en/lb_chroot_hooks.1:58 -#, fuzzy, no-wrap -#| msgid "B:" -msgid "B:" -msgstr "B:" diff --git a/manpages/pot/lb_bootstrap_hooks.1.pot b/manpages/pot/lb_bootstrap_hooks.1.pot index 1ffd6f147..5900c5337 100644 --- a/manpages/pot/lb_bootstrap_hooks.1.pot +++ b/manpages/pot/lb_bootstrap_hooks.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2013-11-04 11:34+0100\n" +"POT-Creation-Date: 2013-11-04 12:35+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -88,99 +88,145 @@ msgid "" "configuration directory." msgstr "" +#. type: SH +#: en/lb_binary_hooks.1:26 en/lb_bootstrap_hooks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_source_hooks.1:26 +#, no-wrap +msgid "SPECIFICATION" +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 +#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:39 +#: en/lb_chroot_hooks.1:39 en/lb_source_hooks.1:41 #, no-wrap msgid "OPTIONS" msgstr "" #. type: IP #: 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 +#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:40 +#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:42 #, no-wrap msgid "--verbose" msgstr "" #. type: Plain text #: 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 +#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 +#: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 msgid "sets verbose option (default: False)." msgstr "" #. type: IP #: 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 +#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 +#: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 #, no-wrap msgid "-h, --help" msgstr "" #. type: Plain text #: 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 +#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 +#: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 msgid "show help message and exit." msgstr "" #. type: IP #: 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 +#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 +#: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 #, no-wrap msgid "-v, --version" msgstr "" #. type: Plain text #: 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 +#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:46 +#: en/lb_chroot_hooks.1:46 en/lb_source_hooks.1:48 msgid "show program's version number and exit." msgstr "" #. type: SH #: 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 +#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:47 +#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:49 #, no-wrap msgid "FILES" msgstr "" +#. type: IP +#: en/lb_binary_hooks.1:50 en/lb_bootstrap_hooks.1:48 en/lb_chroot_hooks.1:48 +#: en/lb_source_hooks.1:50 +#, no-wrap +msgid "B:" +msgstr "" + +#. type: Plain text +#: en/lb_binary_hooks.1:52 en/lb_bootstrap_hooks.1:50 en/lb_chroot_hooks.1:50 +#: en/lb_source_hooks.1:52 +msgid "generic configuration file." +msgstr "" + +#. type: IP +#: en/lb_binary_hooks.1:52 en/lb_bootstrap_hooks.1:50 en/lb_chroot_hooks.1:50 +#: en/lb_source_hooks.1:52 +#, no-wrap +msgid "B:" +msgstr "" + +#. type: Plain text +#: en/lb_binary_hooks.1:54 en/lb_bootstrap_hooks.1:52 en/lb_chroot_hooks.1:52 +#: en/lb_source_hooks.1:54 +msgid "generic hook files." +msgstr "" + +#. type: Plain text +#: en/lb_binary_hooks.1:58 en/lb_bootstrap_hooks.1:56 en/lb_chroot_hooks.1:56 +#: en/lb_source_hooks.1:58 +msgid "directory in which the hook files are executed." +msgstr "" + +#. type: Plain text +#: en/lb_binary_hooks.1:62 en/lb_bootstrap_hooks.1:60 en/lb_chroot_hooks.1:60 +#: en/lb_source_hooks.1:62 +msgid "directory in which hook files are copied." +msgstr "" + #. type: SH #: 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 +#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:61 +#: en/lb_chroot_hooks.1:61 en/lb_source_hooks.1:63 #, no-wrap msgid "SEE ALSO" msgstr "" #. type: IP -#: en/lb_binary_hooks.1:65 en/lb_bootstrap_hooks.1:41 en/lb_source_hooks.1:42 +#: en/lb_binary_hooks.1:64 en/lb_bootstrap_hooks.1:62 en/lb_chroot_hooks.1:62 +#: en/lb_source_hooks.1:64 #, no-wrap -msgid "I(1)" +msgid "I(1)" msgstr "" #. type: IP -#: en/lb_binary_hooks.1:66 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:43 +#: en/lb_binary_hooks.1:66 en/lb_bootstrap_hooks.1:64 en/lb_chroot_hooks.1:64 #, no-wrap msgid "I(1)" msgstr "" #. type: SH #: 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 +#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:66 +#: en/lb_chroot_hooks.1:66 en/lb_source_hooks.1:68 #, no-wrap msgid "HOMEPAGE" msgstr "" #. type: Plain text #: 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 +#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:68 +#: en/lb_chroot_hooks.1:68 en/lb_source_hooks.1:70 msgid "" "More information about live-build and the Live Systems project can be found " "on the homepage at EIE and in the manual " @@ -189,16 +235,16 @@ msgstr "" #. type: SH #: 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 +#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:69 +#: en/lb_chroot_hooks.1:69 en/lb_source_hooks.1:71 #, no-wrap msgid "BUGS" msgstr "" #. type: Plain text #: 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 +#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:71 +#: en/lb_chroot_hooks.1:71 en/lb_source_hooks.1:73 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " "the Bug Tracking System at EIE or by " @@ -208,34 +254,20 @@ msgstr "" #. type: SH #: 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 +#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:72 +#: en/lb_chroot_hooks.1:72 en/lb_source_hooks.1:74 #, no-wrap msgid "AUTHOR" msgstr "" #. type: Plain text #: 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 +#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:73 +#: en/lb_chroot_hooks.1:73 en/lb_source_hooks.1:75 msgid "" "live-build was written by Daniel Baumann EIE." 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" -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 -#, no-wrap -msgid "B" -msgstr "" - #. type: Plain text #: en/lb_bootstrap_hooks.1:16 msgid "B [--verbose]" @@ -254,23 +286,93 @@ msgstr "" #. type: Plain text #: en/lb_bootstrap_hooks.1:25 msgid "" -"The B command executes hooks after the bootstrap stage." +"The B command executes hook files after the bootstrap " +"stage." +msgstr "" + +#. type: Plain text +#: en/lb_bootstrap_hooks.1:28 +msgid "" +"B executes any hook files found in the B " +"directory within the configuration directory." +msgstr "" + +#. type: Plain text +#: en/lb_bootstrap_hooks.1:30 +msgid "" +"Hook files do not require to have a specific owner nor specific permissions. " +"They are marked executable by B automatically when they " +"are executed." +msgstr "" + +#. type: Plain text +#: en/lb_bootstrap_hooks.1:32 +msgid "" +"Hook files must either have the suffix B<*.hook> or B<*.hook.bootstrap>." +msgstr "" + +#. type: Plain text +#: en/lb_bootstrap_hooks.1:34 +msgid "" +"Hook files with the suffix B<*.hook> are executed first, hook files with the " +"suffix B<*.hook.bootstrap> are executed second." +msgstr "" + +#. type: Plain text +#: en/lb_bootstrap_hooks.1:36 +msgid "" +"Hook files are executed in alphanumberical order by B. " +"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_bootstrap_hooks.1:38 +msgid "" +"Hook files are copied into the B directory by B. They are executed from within the chroot directory " +"(chrooted) and can read the configuration directory in B " +"within the chroot directory." +msgstr "" + +#. type: IP +#: en/lb_bootstrap_hooks.1:52 +#, no-wrap +msgid "B:" +msgstr "" + +#. type: Plain text +#: en/lb_bootstrap_hooks.1:54 +msgid "hook files specific for the bootstrap stage." msgstr "" #. type: IP -#: en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36 en/lb_source_hooks.1:36 +#: en/lb_bootstrap_hooks.1:54 en/lb_chroot_hooks.1:54 #, no-wrap -msgid "B" +msgid "B:" +msgstr "" + +#. type: IP +#: en/lb_bootstrap_hooks.1:56 en/lb_chroot_hooks.1:56 +#, no-wrap +msgid "B:" +msgstr "" + +#. type: Plain text +#: en/lb_bootstrap_hooks.1:58 en/lb_chroot_hooks.1:58 +msgid "" +"bind mounted configuration directory within the chroot directory to be read " +"by hook files." msgstr "" #. type: IP -#: en/lb_bootstrap_hooks.1:37 +#: en/lb_bootstrap_hooks.1:58 en/lb_chroot_hooks.1:58 #, no-wrap -msgid "B" +msgid "B:" msgstr "" #. type: IP -#: en/lb_bootstrap_hooks.1:42 en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:43 +#: en/lb_bootstrap_hooks.1:63 en/lb_chroot_hooks.1:63 en/lb_source_hooks.1:66 #, no-wrap msgid "I(1)" msgstr "" diff --git a/manpages/pot/lb_chroot_hooks.1.pot b/manpages/pot/lb_chroot_hooks.1.pot index a656b8173..34d808dcf 100644 --- a/manpages/pot/lb_chroot_hooks.1.pot +++ b/manpages/pot/lb_chroot_hooks.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2013-11-04 12:30+0100\n" +"POT-Creation-Date: 2013-11-04 12:35+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -89,14 +89,15 @@ msgid "" msgstr "" #. type: SH -#: en/lb_binary_hooks.1:26 en/lb_chroot_hooks.1:26 en/lb_source_hooks.1:26 +#: en/lb_binary_hooks.1:26 en/lb_bootstrap_hooks.1:26 en/lb_chroot_hooks.1:26 +#: en/lb_source_hooks.1:26 #, no-wrap msgid "SPECIFICATION" 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_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:39 #: en/lb_chroot_hooks.1:39 en/lb_source_hooks.1:41 #, no-wrap msgid "OPTIONS" @@ -104,7 +105,7 @@ msgstr "" #. type: IP #: 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_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:40 #: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:42 #, no-wrap msgid "--verbose" @@ -112,14 +113,14 @@ msgstr "" #. type: Plain text #: 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_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 #: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 msgid "sets verbose option (default: False)." msgstr "" #. type: IP #: 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_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:42 #: en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:44 #, no-wrap msgid "-h, --help" @@ -127,14 +128,14 @@ msgstr "" #. type: Plain text #: 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_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 #: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 msgid "show help message and exit." msgstr "" #. type: IP #: 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_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:44 #: en/lb_chroot_hooks.1:44 en/lb_source_hooks.1:46 #, no-wrap msgid "-v, --version" @@ -142,74 +143,81 @@ msgstr "" #. type: Plain text #: 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_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:46 #: en/lb_chroot_hooks.1:46 en/lb_source_hooks.1:48 msgid "show program's version number and exit." msgstr "" #. type: SH #: 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_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:47 #: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:49 #, no-wrap msgid "FILES" msgstr "" #. type: IP -#: en/lb_binary_hooks.1:50 en/lb_chroot_hooks.1:48 en/lb_source_hooks.1:50 +#: en/lb_binary_hooks.1:50 en/lb_bootstrap_hooks.1:48 en/lb_chroot_hooks.1:48 +#: en/lb_source_hooks.1:50 #, no-wrap msgid "B:" msgstr "" #. type: Plain text -#: en/lb_binary_hooks.1:52 en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:52 +#: en/lb_binary_hooks.1:52 en/lb_bootstrap_hooks.1:50 en/lb_chroot_hooks.1:50 +#: en/lb_source_hooks.1:52 msgid "generic configuration file." msgstr "" #. type: IP -#: en/lb_binary_hooks.1:52 en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:52 +#: en/lb_binary_hooks.1:52 en/lb_bootstrap_hooks.1:50 en/lb_chroot_hooks.1:50 +#: en/lb_source_hooks.1:52 #, no-wrap msgid "B:" msgstr "" #. type: Plain text -#: en/lb_binary_hooks.1:54 en/lb_chroot_hooks.1:52 en/lb_source_hooks.1:54 +#: en/lb_binary_hooks.1:54 en/lb_bootstrap_hooks.1:52 en/lb_chroot_hooks.1:52 +#: en/lb_source_hooks.1:54 msgid "generic hook files." msgstr "" #. type: Plain text -#: en/lb_binary_hooks.1:58 en/lb_chroot_hooks.1:56 en/lb_source_hooks.1:58 +#: en/lb_binary_hooks.1:58 en/lb_bootstrap_hooks.1:56 en/lb_chroot_hooks.1:56 +#: en/lb_source_hooks.1:58 msgid "directory in which the hook files are executed." msgstr "" #. type: Plain text -#: en/lb_binary_hooks.1:62 en/lb_chroot_hooks.1:60 en/lb_source_hooks.1:62 +#: en/lb_binary_hooks.1:62 en/lb_bootstrap_hooks.1:60 en/lb_chroot_hooks.1:60 +#: en/lb_source_hooks.1:62 msgid "directory in which hook files are copied." msgstr "" #. type: SH #: 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_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:61 #: en/lb_chroot_hooks.1:61 en/lb_source_hooks.1:63 #, no-wrap msgid "SEE ALSO" msgstr "" #. type: IP -#: en/lb_binary_hooks.1:64 en/lb_chroot_hooks.1:62 en/lb_source_hooks.1:64 +#: en/lb_binary_hooks.1:64 en/lb_bootstrap_hooks.1:62 en/lb_chroot_hooks.1:62 +#: en/lb_source_hooks.1:64 #, no-wrap msgid "I(1)" msgstr "" #. type: IP -#: en/lb_binary_hooks.1:66 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:64 +#: en/lb_binary_hooks.1:66 en/lb_bootstrap_hooks.1:64 en/lb_chroot_hooks.1:64 #, no-wrap msgid "I(1)" msgstr "" #. type: SH #: 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_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:66 #: en/lb_chroot_hooks.1:66 en/lb_source_hooks.1:68 #, no-wrap msgid "HOMEPAGE" @@ -217,7 +225,7 @@ msgstr "" #. type: Plain text #: 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_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:68 #: en/lb_chroot_hooks.1:68 en/lb_source_hooks.1:70 msgid "" "More information about live-build and the Live Systems project can be found " @@ -227,7 +235,7 @@ msgstr "" #. type: SH #: 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_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:69 #: en/lb_chroot_hooks.1:69 en/lb_source_hooks.1:71 #, no-wrap msgid "BUGS" @@ -235,7 +243,7 @@ msgstr "" #. type: Plain text #: 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_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:71 #: en/lb_chroot_hooks.1:71 en/lb_source_hooks.1:73 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -246,7 +254,7 @@ msgstr "" #. type: SH #: 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_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:72 #: en/lb_chroot_hooks.1:72 en/lb_source_hooks.1:74 #, no-wrap msgid "AUTHOR" @@ -254,14 +262,39 @@ msgstr "" #. type: Plain text #: 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_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:73 #: en/lb_chroot_hooks.1:73 en/lb_source_hooks.1:75 msgid "" "live-build was written by Daniel Baumann EIE." msgstr "" #. type: IP -#: en/lb_bootstrap_hooks.1:42 en/lb_chroot_hooks.1:63 en/lb_source_hooks.1:66 +#: en/lb_bootstrap_hooks.1:54 en/lb_chroot_hooks.1:54 +#, no-wrap +msgid "B:" +msgstr "" + +#. type: IP +#: en/lb_bootstrap_hooks.1:56 en/lb_chroot_hooks.1:56 +#, no-wrap +msgid "B:" +msgstr "" + +#. type: Plain text +#: en/lb_bootstrap_hooks.1:58 en/lb_chroot_hooks.1:58 +msgid "" +"bind mounted configuration directory within the chroot directory to be read " +"by hook files." +msgstr "" + +#. type: IP +#: en/lb_bootstrap_hooks.1:58 en/lb_chroot_hooks.1:58 +#, no-wrap +msgid "B:" +msgstr "" + +#. type: IP +#: en/lb_bootstrap_hooks.1:63 en/lb_chroot_hooks.1:63 en/lb_source_hooks.1:66 #, no-wrap msgid "I(1)" msgstr "" @@ -341,28 +374,3 @@ msgstr "" #: en/lb_chroot_hooks.1:54 msgid "hook files specific for the chroot stage." msgstr "" - -#. type: IP -#: en/lb_chroot_hooks.1:54 -#, no-wrap -msgid "B:" -msgstr "" - -#. type: IP -#: en/lb_chroot_hooks.1:56 -#, no-wrap -msgid "B:" -msgstr "" - -#. type: Plain text -#: en/lb_chroot_hooks.1:58 -msgid "" -"bind mounted configuration directory within the chroot directory to be read " -"by hook files." -msgstr "" - -#. type: IP -#: en/lb_chroot_hooks.1:58 -#, no-wrap -msgid "B:" -msgstr "" -- cgit v1.2.3