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).
This commit is contained in:
Cyril Brulebois 2024-01-01 00:36:56 +01:00
parent 319fd42944
commit ff7fdbf07c
1 changed files with 2 additions and 1 deletions

View File

@ -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__