mirror of
https://salsa.debian.org/raspi-team/image-specs
synced 2026-05-30 06:38:09 +02:00
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:
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user