Skip to content
Snippets Groups Projects
Commit 91acc9d3 authored by Walter Lozano's avatar Walter Lozano
Browse files

Improve the description of image creation


Add to the platform document and introduction to the image generation about
debos and the versatility it provides to build customized images.

Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
parent 98c2cb84
No related branches found
No related tags found
1 merge request!153T7253: Improve documentation about upgrades with recommendations
Pipeline #187927 passed
......@@ -317,6 +317,18 @@ by the [Apertis GitLab instance](https://gitlab.apertis.org/):
## Image creation
Image creation is the point where a set of standard packages are combined to
build a solution for a specific use case. This goal is accomplish thanks to
[Debos](https://github.com/go-debos/debos), a flexible tool to configure the
build of Debian-based operating systems. Debos uses tools like `debootstrap`
already present in the environment and relies on virtualisation to securely do
privileged operations without requiring root access.
Additionally at this stage customizations can be applied by using overlays.
This process allows the default content of the packages to be combined with
custom modifications to provide the desired solution. A common case is to apply overlays to
change some default system settings found in `/etc` such as default hostname.
Ospacks and how they should be processed to generate images are defined through
YAML files.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment