1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-05-17 11:06:13 +02:00

Add documentation index

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
David Oberhollenzer 2018-10-03 02:04:01 +02:00
parent 804aad6274
commit 8ee48e70d2

View file

@ -1 +1,12 @@
# Documentation Index
* [build.md](build.md) contains a detailed description on how the
build system works.
* [layers.md](layers.md) contains a listing and description of the
available configuration layers and products in the build system.
* [filesystem.md](filesystem.md) contains an outline of the filesystem
in the target image.
* [boot.md](boot.md) contains a description on how the system boots and
mounts the filesystem root.
* [update.md](update.md) does not yet contain a description on how the
system is intended to safely update itself during operation.