diff options
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.). |