tree: ffb7780f1aa7d32cfa71faa45f7f719729bfc74e [path history] [tgz]
  1. config_rootfs.sh
  2. debos.yaml
  3. extract_partition.sh
  4. extract_vmlinuz_initrd.sh
  5. README.md
src/virtualization/packages/debian_guest/debos/README.md

We build Debian images using the debos tool, which runs debootstrap and constructs the image in a virtual machine.

debos is available in modern Debian-based distributions:

sudo apt install debos

To build an image, it is easiest to use the build-image.sh script in the parent directory.