Skip to content

Commit

Permalink
testing the hook reveals it is called before customize-image.sh (pr…
Browse files Browse the repository at this point in the history
…oper 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`
  • Loading branch information
tDwtp authored Jul 23, 2023
1 parent 904368d commit e098adb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Developer-Guide_Extensions-Hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ access to the rootfs (`${SDCARD}`) in its pristine state after packages are inst

> *run before customize-image.sh*
This hook is called after `customize-image.sh` is called, but before the overlay is mounted. It thus can be used
for the same purposes as `customize-image.sh`.
This hook is called before `customize-image.sh` is executed and before the overlay is mounted. It thus can be used
for the same purposes as `customize-image.sh` without the overlay.

Also known as (for backwards compatibility only):

Expand Down

0 comments on commit e098adb

Please sign in to comment.