diff --git a/mmdebstrap b/mmdebstrap index bf058a8..5322aa2 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -7630,6 +7630,27 @@ To change compression specific options, either use the respecitve environment variables like B or send B output to your compressor of choice with a pipe. +=head1 WRAPPERS + +=head2 debvm + +B helps create and run virtual machines for various Debian releases and +architectures. The tool B can be used to create a virtual +machine image and the tool B can be used to run such a machine +image. Their purpose primarily is testing software using qemu as a containment +technology. These are relatively thin wrappers around B and +B. + +=head2 bdebstrap + +B is a YAML config based multi-mirror Debian chroot creation tool. +B is an alternative to B and a wrapper around +B to support YAML based configuration files. It inherits all +benefits from B. The support for configuration allows storing all +customization in a YAML file instead of having to use a very long one-liner +call to B. It also layering multiple customizations on top of each +other, e.g. to support flavors of an image. + =head1 BUGS https://gitlab.mister-muffin.de/josch/mmdebstrap/issues @@ -7654,7 +7675,7 @@ update" as an error. =head1 SEE ALSO - debootstrap(8) + debootstrap(8), debvm(1), bdebstrap(1) =cut