4 Commits

Author SHA1 Message Date
tabrisnet
458838c1d0 Document the process of skipping/ignoring/opting-out of an individual hook function (#842)
related to armbian/build#8897
Any function making use of the extension framework [generally of the form hook_name__individual_function] can be skipped in a board or family config
2025-11-16 16:01:13 -05:00
tDwtp
e098adb92c testing the hook reveals it is called before customize-image.sh (proper sentence) (#351)
* testing the hook reveals it is called before `customize-image.sh` (proper english this time)

Mixed before and after in documentation of the hook. (if it can be used the same way as `customize-image.sh` will be tested tomorrow, i think if the image is not mounted, you cant do system settings)

* As it is triggered before mounting the overlay, it cannot be used exactly like the `customize-image.sh`

As it is triggered before mounting the overlay, it cannot be used exactly like the `customize-image.sh`
2023-07-23 07:48:46 +02:00
Igor
8ca67c6012 Looks like a typo (#310)
@rpardini @schwar3kat

Co-authored-by: Igor Pečovnik <igorpecovnik@users.noreply.github.com>
2023-06-18 09:15:22 +02:00
Ricardo Pardini
470d9d9312 Extensions documentation, first version (#161)
* mkdocs.yml cleanups and syntax highlight; add .editorconfig for *.md

* add work-in-progress docs for Extensions

* split hand-written and autogen docs for Extensions
2021-12-08 17:51:38 +01:00