Essential Ingredients For Debian System Images In Minutes With Debos
Speaker: Andrej Shadura
Track: Embedded & Kernel
Type: Long talk (45 minutes)
Room: Auditório
Time: Jul 22 (Mon), 16:00
Duration: 0:45
Debian System Images are usually generated by custom scripts around debootstrap. In this talk I shall present a Debian tool (debos
) that helps creating customized Debian System images for different environments.
debos
has been created having embedded systems in mind. Images are customized via YAML description file, often called recipe
. debos
parses debos recipes
to generate custom Debian images. debos
is not only suitable for embedded images, but it can be used in other environments such creating VM images, cloud images, …
debos
is core component of several Debian derivatives CI loop. It also does not require sysadmin capabilities.