From ec0828e62fdfc5d899ff4fc7a21f7900753e1301 Mon Sep 17 00:00:00 2001
From: Helmut Grohne <helmut@subdivi.de>
Date: Wed, 25 Jan 2023 09:18:42 +0100
Subject: debvm-run: handle some multiarch kernels

We completely treat all 32bit arm as armhf now. Booting the rpi kernel
installed by debvm-create for armel will not work at all. The only sane
way to boot armel is to enable a multiarch kernel.

Refine the VMARCH guess from /bin/true using the file output for the
kernel image for the common cases of i386+amd64 and armel/armhf+arm64.
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

(limited to 'debian')

diff --git a/debian/control b/debian/control
index 0c1b3cf..59cde28 100644
--- a/debian/control
+++ b/debian/control
@@ -21,6 +21,7 @@ Depends:
  ipxe-qemu,
 Recommends:
  arch-test,
+ file,
  systemd | binfmt-support,
  openssh-client,
  qemu-system,
-- 
cgit v1.2.3