diff options
author | Johannes Schauer Marin Rodrigues <josch@mister-muffin.de> | 2023-04-18 13:29:02 +0200 |
---|---|---|
committer | Johannes Schauer Marin Rodrigues <josch@mister-muffin.de> | 2023-06-19 14:08:44 +0200 |
commit | 1c98a5b3b36f7e9abe1e62dcfe49cc0fa298379f (patch) | |
tree | fdb9b9a85ff7df861d5f1611209f2d49177d1d53 /debian | |
parent | 8ce786ab8f39f2d7570355a5bbf26bc0669258d3 (diff) | |
download | debvm-1c98a5b3b36f7e9abe1e62dcfe49cc0fa298379f.tar.gz |
bin/debvm-run: qemu (>> 1:8.0) provides symlinks for qemu-system-${debarch} as well as qemu-system-any
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 60112be..0d63dff 100644 --- a/debian/control +++ b/debian/control @@ -13,11 +13,12 @@ Package: debvm Architecture: all Depends: ${misc:Depends}, + dpkg-dev, e2fsprogs, genext2fs, mmdebstrap (>= 1.3.0), passwd, - qemu-kvm | qemu-system-arm | qemu-system-mips | qemu-system-misc | qemu-system-ppc | qemu-system-sparc | qemu-system-x86, + qemu-kvm (>> 1:8.0) | qemu-system-any # Required for -device virtio-net-pci,netdev=net0 ipxe-qemu, Recommends: |