diff --git a/mmdebstrap b/mmdebstrap index 47aa8c8..3abb1cf 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -7594,6 +7594,12 @@ Create a system that can be used with docker: root $ sudo docker rmi debian +Create and boot a qemu virtual machine for an arbitrary architecture using +the B wrapper script around B: + + $ debvm-create -r stable -- --architecture=riscv64 + $ debvm-run + Create a system that can be used with podman: $ mmdebstrap unstable | podman import - debian