docs: simplify and clear scripts: section comments

This commit is contained in:
ER
2023-05-10 19:31:30 +03:00
committed by Eino Rauhala
parent 4f261a2e8b
commit ef30c752c6

View File

@@ -21,16 +21,14 @@ description: A starting point for further customization of uBlue images. Make yo
# Place scripts in the "scripts/" dir and put the corresponding filenames here.
# Any files that aren't listed here won't be executed automatically, which
# means that you can place "helper" or "library" scripts in the folder too.
# Remember to use "autorun.sh" if you want an automatic runner.
# You can use "autorun.sh" if you want an automatic runner.
scripts:
# "Pre" scripts run very early in the build, immediately after your custom
# repos have been imported (so that you can access those repos if necessary).
pre:
# Automatically runs script files within "scripts/pre/".
- autorun.sh
# Manually listed scripts. Can be combined with the autorunner, which can
# be useful if you're managing multiple recipes and some need extra scripts.
# See the contents of "scripts/autorun.sh" for more usage instructions.
# Manually listed scripts.
# - example_pre.sh
# "Post" scripts run at the end of the build process.