diff --git a/docs/Developer-Guide_Extensions-Hooks.md b/docs/Developer-Guide_Extensions-Hooks.md index 4dc9e42a..ab740082 100644 --- a/docs/Developer-Guide_Extensions-Hooks.md +++ b/docs/Developer-Guide_Extensions-Hooks.md @@ -1,11 +1,10 @@ # Extension Hooks -- This file is autogenerated by the armbian/build repository. - ## Hooks -- Hooks are listed in the order they are called. -- Individual/specific hook functions can be [skipped/ignored/opted-out](/Developer-Guide_Extensions#opt-out-of-individual-hook-functions). +- Hooks listed below appear in the order in which they are called, but the list is not complete. +- Running 'grep -h call_extension_method -r lib/|awk -F' ' '{print $2}'|grep '^"' |cut -d '"' -f 2|sort -u' in the build/ directory should give you a complete list of the currently available hooks, sorted alphabetically. +- Individual/specific hook functions can be [skipped/ignored/opted-out](/Developer-Guide_Extensions#how-to-opt-out-of-a-specific-hook-function). ### `post_family_config`