mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-08 06:15:21 +00:00
docs: simplify and clear scripts: section comments
This commit is contained in:
@@ -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.
|
# 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
|
# 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.
|
# 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:
|
scripts:
|
||||||
# "Pre" scripts run very early in the build, immediately after your custom
|
# "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).
|
# repos have been imported (so that you can access those repos if necessary).
|
||||||
pre:
|
pre:
|
||||||
# Automatically runs script files within "scripts/pre/".
|
# Automatically runs script files within "scripts/pre/".
|
||||||
- autorun.sh
|
- autorun.sh
|
||||||
# Manually listed scripts. Can be combined with the autorunner, which can
|
# Manually listed scripts.
|
||||||
# be useful if you're managing multiple recipes and some need extra scripts.
|
|
||||||
# See the contents of "scripts/autorun.sh" for more usage instructions.
|
|
||||||
# - example_pre.sh
|
# - example_pre.sh
|
||||||
|
|
||||||
# "Post" scripts run at the end of the build process.
|
# "Post" scripts run at the end of the build process.
|
||||||
|
|||||||
Reference in New Issue
Block a user