diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 27282f0..02c7dcb 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,8 @@ Depends: e2fsprogs, genext2fs, mmdebstrap (>= 1.3.0), - qemu-kvm | qemu-system-arm | qemu-system-mips | qemu-system-misc | qemu-system-ppc | qemu-system-sparc | qemu-system-x86, +# Work around qemu-system-misc not providing qemu-kvm on s390x. #1029309 + qemu-system-misc [s390x] | qemu-kvm | qemu-system-arm | qemu-system-mips | qemu-system-misc [!s390x] | qemu-system-ppc | qemu-system-sparc | qemu-system-x86, # Required for -device virtio-net-pci,netdev=net0 ipxe-qemu, Recommends: |