diff options
author | Helmut Grohne <helmut@subdivi.de> | 2023-01-21 07:25:58 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2023-01-21 07:29:29 +0100 |
commit | f35e84f8c376b87f8ff6abfc1aa4e13618557aa1 (patch) | |
tree | 00c4cba9c43bb6daec9bc7feb0558c456643184f /debian | |
parent | 953318ab09ed18e1a6624cce80566872a34bcf18 (diff) | |
download | debvm-f35e84f8c376b87f8ff6abfc1aa4e13618557aa1.tar.gz |
extend bios recommendations
* ppc64el needs seabios for vgabios-stdvga.bin
* We need ipxe-qemu for -device virtio-net-pci,netdev=net0
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 | ||||
-rw-r--r-- | debian/tests/control | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 7d610a5..27282f0 100644 --- a/debian/control +++ b/debian/control @@ -17,12 +17,15 @@ Depends: 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, +# Required for -device virtio-net-pci,netdev=net0 + ipxe-qemu, Recommends: arch-test, systemd | binfmt-support, openssh-client, qemu-system, qemu-user-static, + seabios [ppc64el], uidmap | fakeroot, uidmap | fakechroot, Suggests: diff --git a/debian/tests/control b/debian/tests/control index 3d4d74a..5421e52 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,5 +1,5 @@ Test-Command: ./tests/create-and-run.sh $(dpkg --print-architecture) sid -Depends: debvm, fakeroot, fakechroot, openssh-client, libsystemd-shared +Depends: debvm, fakeroot, fakechroot, libsystemd-shared, openssh-client, seabios [ppc64el] Restrictions: allow-stderr, needs-internet Features: test-name=hint-testsuite-triggers |