diff options
author | Joerg Seitter <adk@seitter.net> | 2020-04-10 21:04:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-04-14 10:20:04 +0200 |
commit | bbd115f2cd81a823abcf0639eadd89d085d8f702 (patch) | |
tree | 02bb1be0c46dc7b28bdd9cd555bb59668055e314 | |
parent | 0af8099bb3f360862503a64106aa547d8d092aba (diff) |
fixed emphasis that broke doc build
Signed-off-by: Joerg Seitter <adk@seitter.net>
-rw-r--r-- | docs/customize-rootfs.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/customize-rootfs.txt b/docs/customize-rootfs.txt index 54846dba5..3d4f0bf7b 100644 --- a/docs/customize-rootfs.txt +++ b/docs/customize-rootfs.txt @@ -25,5 +25,5 @@ loss of customized configuration data. Another option is to configure a post-build action. This is available in +Global settings+. It must point to a script relative to the root of your openadk working copy. It will be invoked as part of the -+*-imageinstall+ step with $ADK_TOPDIR as first argument. You can use ++-imageinstall+ step with $ADK_TOPDIR as first argument. You can use it e.g. to modify the +root_*+ filesystem before bundling it. |