diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-11-04 12:45:10 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-11-04 12:45:10 +0100 |
commit | 600e715703bab2a0ae100d75c5e33dfeba0f6e74 (patch) | |
tree | 8d90692ee6816cfa0b2ee4a5a3c85e065bfd8b6c /manpages/en/lb_source_hooks.1 | |
parent | ef2072229076e9ed04903957ccd09e1918ecc0b2 (diff) | |
download | vyos-live-build-600e715703bab2a0ae100d75c5e33dfeba0f6e74.tar.gz vyos-live-build-600e715703bab2a0ae100d75c5e33dfeba0f6e74.zip |
Correcting spelling typo in manpages (s/hoooks/hooks/).
Diffstat (limited to 'manpages/en/lb_source_hooks.1')
-rw-r--r-- | manpages/en/lb_source_hooks.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manpages/en/lb_source_hooks.1 b/manpages/en/lb_source_hooks.1 index 77a4330c5..1252ba4a6 100644 --- a/manpages/en/lb_source_hooks.1 +++ b/manpages/en/lb_source_hooks.1 @@ -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.). |