mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 09:15:23 +01:00
Explain significance of build-bash and improve-network directives
This commit is contained in:
parent
ab9455f918
commit
529ea4cae1
1 changed files with 7 additions and 0 deletions
|
|
@ -16,6 +16,13 @@
|
||||||
# - jump: jump (usually) to a new kernel, executes a script with that name
|
# - jump: jump (usually) to a new kernel, executes a script with that name
|
||||||
# eg, jump: fiwix
|
# 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:
|
# Other features:
|
||||||
# - predicate; based on variables set in bootstrap.cfg, require for something to execute
|
# - predicate; based on variables set in bootstrap.cfg, require for something to execute
|
||||||
# must be enclosed in brackets with spaces padded
|
# must be enclosed in brackets with spaces padded
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue