diff options
author | Helmut Grohne <helmut@subdivi.de> | 2025-03-05 13:37:10 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2025-03-05 13:37:10 +0100 |
commit | 73736f66fef4a82e7e6c5ac5257e9670e4fcb6fb (patch) | |
tree | 07ede4a095d8b207a658f5465466d7a48fc2a440 | |
parent | eafd296380abe6db7d820436e2e978008088adc3 (diff) | |
download | debvm-73736f66fef4a82e7e6c5ac5257e9670e4fcb6fb.tar.gz |
debian/control: add qemu-system-native alternative
That package is fairly recent and does not exist in bookworm. On the
flip side, it more accurately expresses what we want as debvm-run
actually prefers the qemu-ARCH executable name over the kvm name.
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 60cabd9..ebfa2c4 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Depends: dpkg-dev, e2fsprogs, mmdebstrap (>= 1.3.0), - qemu-kvm (>> 1:8.0) | qemu-system-any, + qemu-system-native | qemu-kvm (>> 1:8.0) | qemu-system-any, # Required for -device virtio-net-pci,netdev=net0 ipxe-qemu, Recommends: |