diff options
Diffstat (limited to 'manpages/pot/lb_binary_hooks.1.pot')
-rw-r--r-- | manpages/pot/lb_binary_hooks.1.pot | 163 |
1 files changed, 132 insertions, 31 deletions
diff --git a/manpages/pot/lb_binary_hooks.1.pot b/manpages/pot/lb_binary_hooks.1.pot index 65ec0f3a9..e46ca1066 100644 --- a/manpages/pot/lb_binary_hooks.1.pot +++ b/manpages/pot/lb_binary_hooks.1.pot @@ -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>:" +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>" +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 "" |