Skip to content

Commit

Permalink
Explain significance of build-bash and improve-network directives
Browse files Browse the repository at this point in the history
  • Loading branch information
Googulator committed Dec 22, 2023
1 parent ab9455f commit 529ea4c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions steps/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
# - jump: jump (usually) to a new kernel, executes a script with that name
# eg, jump: fiwix
#
# The following directives have special significance:
# - build directives beginning with "bash" (as well as jumps) trigger the generation of
# a new script
# - the first improve directive containing "network" is used by generator.py to deduce
# what source files need to be downloaded in advance (files referenced after that will
# be downloaded during bootstrap, unless --external-sources is given)
#
# Other features:
# - predicate; based on variables set in bootstrap.cfg, require for something to execute
# must be enclosed in brackets with spaces padded
Expand Down

0 comments on commit 529ea4c

Please sign in to comment.