DOKK / manpages / debian 11 / sbuild-qemu / sbuild-qemu-update.1.en
SBUILD-QEMU-UPDATE(1) Debian sbuild SBUILD-QEMU-UPDATE(1)

sbuild-qemu-update - sbuild-update analog for QEMU images

sbuild-qemu-update [-h] [--snapshot] [--arch=ARCH] [--noexec] image

sbuild-qemu-update boots a QEMU VM using image and then runs apt-get in it, performing update, dist-upgrade, clean and autoremove. It can optionally create a snapshot before updating.

Show this help message and exit.
Create a snapshot of the image before updating it. Useful for reproducibility purposes.
Architecture to use (instead of attempting to auto-guess based on the image name).
Don't actually do anything. Just print the command string that would be executed, and then exit.

$ sbuild-qemu-update unstable-autopkgtest-amd64.img

This will update the image unstable-autopkgtest-amd64.img in the current directory. If no such file exists there, then $IMAGEDIR/unstable-autopkgtest-amd64.img is tried.

If $IMAGEDIR is unset, then ~/.cache/sbuild is used.

Copyright © 2020 Christian Kastner <ckk@debian.org>

sbuild(1), sbuild-qemu(1), sbuild-qemu-create(1).

31 August 2022 Version 0.81.2+deb11u1