From ff7fdbf07c727ba1d2277dc7f274bd234f2e2bfa Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Mon, 1 Jan 2024 00:36:56 +0100 Subject: [PATCH] Switch from qemu-debootstrap to debootstrap. Support for the former was removed in vmdb2 0.27, and unstable/testing have 0.28 now. The switch is known to work in bookworm as well (0.26). It's supposed to be transparent, but due to different options in both plugins, one has to specify require_empty_target for the debootstrap plugin (which wasn't needed for qemu-debootstrap). --- raspi_master.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/raspi_master.yaml b/raspi_master.yaml index bb3edc3..d7a07bc 100644 --- a/raspi_master.yaml +++ b/raspi_master.yaml @@ -40,7 +40,8 @@ steps: - unpack-rootfs: tag-root - - qemu-debootstrap: __RELEASE__ + - debootstrap: __RELEASE__ + require_empty_target: false mirror: http://deb.debian.org/debian target: tag-root arch: __ARCH__