25 lines
710 B
Plaintext
25 lines
710 B
Plaintext
== Layout of BDisk functions
|
|
These functions exist in <<_bdisk_,`bdisk/`>>.
|
|
|
|
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[]
|
|
|
|
include::functions/BSYNC.adoc[]
|
|
|
|
include::functions/BUILD.adoc[]
|
|
|
|
include::functions/HOST.adoc[]
|
|
|
|
include::functions/IPXE.adoc[]
|
|
|
|
include::functions/PREP.adoc[]
|
|
|