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:
parent
319fd42944
commit
ff7fdbf07c
|
@ -40,7 +40,8 @@ steps:
|
||||||
|
|
||||||
- unpack-rootfs: tag-root
|
- unpack-rootfs: tag-root
|
||||||
|
|
||||||
- qemu-debootstrap: __RELEASE__
|
- debootstrap: __RELEASE__
|
||||||
|
require_empty_target: false
|
||||||
mirror: http://deb.debian.org/debian
|
mirror: http://deb.debian.org/debian
|
||||||
target: tag-root
|
target: tag-root
|
||||||
arch: __ARCH__
|
arch: __ARCH__
|
||||||
|
|
Loading…
Reference in New Issue