bdisk/docs/manual/dev/FUNCTIONS.adoc

25 lines
710 B
Plaintext
Raw Normal View History

== Layout of BDisk functions
These functions exist in <<_bdisk_,`bdisk/`>>.
2016-12-30 00:09:24 -05:00
include::functions/BCHROOT.adoc[]
=== `bdisk.py`
This file is a sort of "wrapper" -- it pulls all the other files in this directory together into a single usable Python script. In other words, to build a BDisk distribution, you would simply run `bdisk/bdisk.py` -- that's it! See <<building_a_bdisk_iso>>.
It contains no functions, it just contains minimal logic to tie all the other functions together.
include::functions/BGPG.adoc[]
include::functions/BSSL.adoc[]
2016-12-30 00:09:24 -05:00
include::functions/BSYNC.adoc[]
2016-12-30 00:09:24 -05:00
include::functions/BUILD.adoc[]
2016-12-30 00:09:24 -05:00
include::functions/HOST.adoc[]
2016-12-17 17:22:38 -05:00
include::functions/IPXE.adoc[]
2016-12-17 17:22:38 -05:00
include::functions/PREP.adoc[]
2016-12-17 17:22:38 -05:00