Correcting spelling typo in manpages (s/hoooks/hooks/).
This commit is contained in:
parent
ef20722290
commit
600e715703
|
@ -34,7 +34,7 @@ Hook files with the suffix \fB*.hook\fR are executed first, hook files with the
|
|||
.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.
|
||||
Hook files are copied into the \fBbinary/live-build\fR directory by \fBlb binary_hooks\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.).
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ Hook files with the suffix \fB*.hook\fR are executed first, hook files with the
|
|||
.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.
|
||||
Hook files are copied into the \fBchroot/live-build\fR directory by \fBlb bootstrap_hooks\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 "\fB\-\-verbose\fR" 4
|
||||
|
|
|
@ -34,7 +34,7 @@ Hook files with the suffix \fB*.hook\fR are executed first, hook files with the
|
|||
.PP
|
||||
Hook files are executed in alphanumberical order by \fBlb chroot_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 chroot_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.
|
||||
Hook files are copied into the \fBchroot/live-build\fR directory by \fBlb chroot_hooks\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 "\fB\-\-verbose\fR" 4
|
||||
|
|
|
@ -34,7 +34,7 @@ Hook files with the suffix \fB*.hook\fR are executed first, hook files with the
|
|||
.PP
|
||||
Hook files are executed in alphanumberical order by \fBlb source_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 \fBsource/live-build\fR directory by \fBlb source_hoooks\fR. They are executed from within the source directory and can read the configuration directory in \fBlive-build/config\fR within the source directory.
|
||||
Hook files are copied into the \fBsource/live-build\fR directory by \fBlb source_hooks\fR. They are executed from within the source directory and can read the configuration directory in \fBlive-build/config\fR within the source directory.
|
||||
.PP
|
||||
\fBWarning:\fR hook files are not executed within a chroot but within the context of the host system in the source directory. They have root privileges and access to the all host system ressources (devices, filesystems, network, etc.).
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ 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
|
||||
binary_hooks\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
|
||||
|
|
|
@ -49,7 +49,7 @@ 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
|
||||
bootstrap_hooks\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.
|
||||
|
||||
|
|
|
@ -47,9 +47,9 @@ 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
|
||||
chroot_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.
|
||||
chroot_hooks\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 \fB\-\-verbose\fP 4
|
||||
|
|
|
@ -47,7 +47,7 @@ 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 \fBsource/live\-build\fP directory by \fBlb
|
||||
source_hoooks\fP. They are executed from within the source directory and can
|
||||
source_hooks\fP. They are executed from within the source directory and can
|
||||
read the configuration directory in \fBlive\-build/config\fP within the source
|
||||
directory.
|
||||
.PP
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build 4.0~alpha29-1\n"
|
||||
"POT-Creation-Date: 2013-11-04 12:39+0100\n"
|
||||
"POT-Creation-Date: 2013-11-04 12:43+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"
|
||||
|
@ -171,7 +171,7 @@ msgstr ""
|
|||
#: 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 "
|
||||
"binary_hooks>. They are executed from within the binary directory and can "
|
||||
"read the configuration directory in B<live-build/config> within the binary "
|
||||
"directory."
|
||||
msgstr ""
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build 4.0~alpha29-1\n"
|
||||
"POT-Creation-Date: 2013-11-04 12:39+0100\n"
|
||||
"POT-Creation-Date: 2013-11-04 12:43+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"
|
||||
|
@ -358,7 +358,7 @@ msgstr ""
|
|||
#: en/lb_bootstrap_hooks.1:38
|
||||
msgid ""
|
||||
"Hook files are copied into the B<chroot/live-build> directory by B<lb "
|
||||
"bootstrap_hoooks>. They are executed from within the chroot directory "
|
||||
"bootstrap_hooks>. They are executed from within the chroot directory "
|
||||
"(chrooted) and can read the configuration directory in B</live-build/config> "
|
||||
"within the chroot directory."
|
||||
msgstr ""
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build 4.0~alpha29-1\n"
|
||||
"POT-Creation-Date: 2013-11-04 12:39+0100\n"
|
||||
"POT-Creation-Date: 2013-11-04 12:43+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"
|
||||
|
@ -388,9 +388,9 @@ msgstr ""
|
|||
#: en/lb_chroot_hooks.1:38
|
||||
msgid ""
|
||||
"Hook files are copied into the B<chroot/live-build> directory by B<lb "
|
||||
"chroot_hoooks>. They are executed from within the chroot directory "
|
||||
"(chrooted) and can read the configuration directory in B</live-build/config> "
|
||||
"within the chroot directory."
|
||||
"chroot_hooks>. They are executed from within the chroot directory (chrooted) "
|
||||
"and can read the configuration directory in B</live-build/config> within the "
|
||||
"chroot directory."
|
||||
msgstr ""
|
||||
"Hook Dateien werden durch B<lb chroot_hooks> in das B<chroot/live-build> "
|
||||
"Verzeichnis kopiert. Sie werden innerhalb des chroot Verzeichnises "
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build 4.0~alpha29-1\n"
|
||||
"POT-Creation-Date: 2013-11-04 12:39+0100\n"
|
||||
"POT-Creation-Date: 2013-11-04 12:43+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"
|
||||
|
@ -361,7 +361,7 @@ msgstr ""
|
|||
#: en/lb_source_hooks.1:38
|
||||
msgid ""
|
||||
"Hook files are copied into the B<source/live-build> directory by B<lb "
|
||||
"source_hoooks>. They are executed from within the source directory and can "
|
||||
"source_hooks>. They are executed from within the source directory and can "
|
||||
"read the configuration directory in B<live-build/config> within the source "
|
||||
"directory."
|
||||
msgstr ""
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build 4.0~alpha29-1\n"
|
||||
"POT-Creation-Date: 2013-11-04 12:39+0100\n"
|
||||
"POT-Creation-Date: 2013-11-04 12:43+0100\n"
|
||||
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
|
||||
"Last-Translator: Carlos Zuferri <chals@altorricon.com>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -160,7 +160,7 @@ msgstr ""
|
|||
#: 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 "
|
||||
"binary_hooks>. They are executed from within the binary directory and can "
|
||||
"read the configuration directory in B<live-build/config> within the binary "
|
||||
"directory."
|
||||
msgstr ""
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build 4.0~alpha29-1\n"
|
||||
"POT-Creation-Date: 2013-11-04 12:39+0100\n"
|
||||
"POT-Creation-Date: 2013-11-04 12:43+0100\n"
|
||||
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
|
||||
"Last-Translator: Carlos Zuferri <chals@altorricon.com>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -344,7 +344,7 @@ msgstr ""
|
|||
#: en/lb_bootstrap_hooks.1:38
|
||||
msgid ""
|
||||
"Hook files are copied into the B<chroot/live-build> directory by B<lb "
|
||||
"bootstrap_hoooks>. They are executed from within the chroot directory "
|
||||
"bootstrap_hooks>. They are executed from within the chroot directory "
|
||||
"(chrooted) and can read the configuration directory in B</live-build/config> "
|
||||
"within the chroot directory."
|
||||
msgstr ""
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build 4.0~alpha29-1\n"
|
||||
"POT-Creation-Date: 2013-11-04 12:39+0100\n"
|
||||
"POT-Creation-Date: 2013-11-04 12:43+0100\n"
|
||||
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
|
||||
"Last-Translator: Carlos Zuferri <chals@altorricon.com>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -373,9 +373,9 @@ msgstr ""
|
|||
#: en/lb_chroot_hooks.1:38
|
||||
msgid ""
|
||||
"Hook files are copied into the B<chroot/live-build> directory by B<lb "
|
||||
"chroot_hoooks>. They are executed from within the chroot directory "
|
||||
"(chrooted) and can read the configuration directory in B</live-build/config> "
|
||||
"within the chroot directory."
|
||||
"chroot_hooks>. They are executed from within the chroot directory (chrooted) "
|
||||
"and can read the configuration directory in B</live-build/config> within the "
|
||||
"chroot directory."
|
||||
msgstr ""
|
||||
|
||||
#. type: IP
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build 4.0~alpha29-1\n"
|
||||
"POT-Creation-Date: 2013-11-04 12:39+0100\n"
|
||||
"POT-Creation-Date: 2013-11-04 12:43+0100\n"
|
||||
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
|
||||
"Last-Translator: Carlos Zuferri <chals@altorricon.com>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -348,7 +348,7 @@ msgstr ""
|
|||
#: en/lb_source_hooks.1:38
|
||||
msgid ""
|
||||
"Hook files are copied into the B<source/live-build> directory by B<lb "
|
||||
"source_hoooks>. They are executed from within the source directory and can "
|
||||
"source_hooks>. They are executed from within the source directory and can "
|
||||
"read the configuration directory in B<live-build/config> within the source "
|
||||
"directory."
|
||||
msgstr ""
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2013-11-04 12:39+0100\n"
|
||||
"POT-Creation-Date: 2013-11-04 12:43+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"
|
||||
|
@ -155,7 +155,7 @@ msgstr ""
|
|||
#: 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 "
|
||||
"binary_hooks>. They are executed from within the binary directory and can "
|
||||
"read the configuration directory in B<live-build/config> within the binary "
|
||||
"directory."
|
||||
msgstr ""
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2013-11-04 12:39+0100\n"
|
||||
"POT-Creation-Date: 2013-11-04 12:43+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"
|
||||
|
@ -330,7 +330,7 @@ msgstr ""
|
|||
#: en/lb_bootstrap_hooks.1:38
|
||||
msgid ""
|
||||
"Hook files are copied into the B<chroot/live-build> directory by B<lb "
|
||||
"bootstrap_hoooks>. They are executed from within the chroot directory "
|
||||
"bootstrap_hooks>. They are executed from within the chroot directory "
|
||||
"(chrooted) and can read the configuration directory in B</live-build/config> "
|
||||
"within the chroot directory."
|
||||
msgstr ""
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2013-11-04 12:39+0100\n"
|
||||
"POT-Creation-Date: 2013-11-04 12:43+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"
|
||||
|
@ -359,9 +359,9 @@ msgstr ""
|
|||
#: en/lb_chroot_hooks.1:38
|
||||
msgid ""
|
||||
"Hook files are copied into the B<chroot/live-build> directory by B<lb "
|
||||
"chroot_hoooks>. They are executed from within the chroot directory "
|
||||
"(chrooted) and can read the configuration directory in B</live-build/config> "
|
||||
"within the chroot directory."
|
||||
"chroot_hooks>. They are executed from within the chroot directory (chrooted) "
|
||||
"and can read the configuration directory in B</live-build/config> within the "
|
||||
"chroot directory."
|
||||
msgstr ""
|
||||
|
||||
#. type: IP
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2013-11-04 12:39+0100\n"
|
||||
"POT-Creation-Date: 2013-11-04 12:43+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"
|
||||
|
@ -334,7 +334,7 @@ msgstr ""
|
|||
#: en/lb_source_hooks.1:38
|
||||
msgid ""
|
||||
"Hook files are copied into the B<source/live-build> directory by B<lb "
|
||||
"source_hoooks>. They are executed from within the source directory and can "
|
||||
"source_hooks>. They are executed from within the source directory and can "
|
||||
"read the configuration directory in B<live-build/config> within the source "
|
||||
"directory."
|
||||
msgstr ""
|
||||
|
|
Loading…
Reference in New Issue