diff options
author | Helmut Grohne <helmutg@debian.org> | 2025-04-11 13:17:17 +0000 |
---|---|---|
committer | Helmut Grohne <helmutg@debian.org> | 2025-04-11 13:17:17 +0000 |
commit | c4faa82f9c451d06ee8598e633c3a8e77c449bfe (patch) | |
tree | 3bb2cd8e17d4493f61362412aa262bdfcb0ada76 /debian/control | |
parent | 0ef75afe1fe982df1bacfcddd9c6dc354ad07ea5 (diff) | |
parent | 437a5587f1ac95fd340ba45a5c9933d4c7a24f4b (diff) | |
download | debvm-c4faa82f9c451d06ee8598e633c3a8e77c449bfe.tar.gz |
Merge branch 'debefivm' into 'main'
add a new family of wrappers for EFI based images
See merge request helmutg/debvm!49
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 35 |
1 files changed, 29 insertions, 6 deletions
diff --git a/debian/control b/debian/control index 536b86c..0d2e123 100644 --- a/debian/control +++ b/debian/control @@ -17,18 +17,41 @@ Depends: e2fsprogs, mmdebstrap (>= 1.3.0), qemu-system-native | qemu-kvm (>> 1:8.0) | qemu-system-any, -# Required for -device virtio-net-pci,netdev=net0 +# *-run for -device virtio-net-pci,netdev=net0 ipxe-qemu, Recommends: - arch-test, - file, +# *-create + uidmap, + qemu-user-binfmt (>= 1:9.1.0+ds-1~) | qemu-user-static (<< 1:9.1.0+ds-1~), systemd | binfmt-support, - openssh-client, +# *-run for non-native qemu-system, - qemu-user-binfmt (>= 1:9.1.0+ds-1~) | qemu-user-static (<< 1:9.1.0+ds-1~), +# *-run for ppc64el seabios, - uidmap, +# debvm-run + arch-test, + file, +# debefivm-create + dosfstools, + fdisk, + mount, + mtools, + systemd, + systemd-ukify | binutils-multiarch, +# debefivm-run for amd64 + ovmf, +# debvm-waitssh + openssh-client, Suggests: +# debefivm-run for i386 + ovmf-ia32, +# debefivm-run for arm64 + qemu-efi-aarch64, +# debefivm-run for armel and armhf + qemu-efi-arm, +# debefivm-run for riscv64 + qemu-efi-riscv64, +# *-run for --graphical qemu-system-gui, Description: create and run virtual machines for various Debian releases and architectures The tool debvm-create can be used to create a virtual machine image and |