From ecc167e87e78a153028540248431ba59fc1a3dff Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Mon, 23 Oct 2023 11:54:12 +0200 Subject: [PATCH] add example for using debvm-create and debvm-run --- mmdebstrap | 6 ++++++ 1 file changed, 6 insertions(+) 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