add example for using debvm-create and debvm-run

This commit is contained in:
Johannes Schauer Marin Rodrigues 2023-10-23 11:54:12 +02:00
parent 2d758ba576
commit ecc167e87e
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -7594,6 +7594,12 @@ Create a system that can be used with docker:
root root
$ sudo docker rmi debian $ sudo docker rmi debian
Create and boot a qemu virtual machine for an arbitrary architecture using
the B<debvm-create> wrapper script around B<mmdebstrap>:
$ debvm-create -r stable -- --architecture=riscv64
$ debvm-run
Create a system that can be used with podman: Create a system that can be used with podman:
$ mmdebstrap unstable | podman import - debian $ mmdebstrap unstable | podman import - debian