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/control | |
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/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 3 insertions, 0 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: |