diff options
author | Helmut Grohne <helmut@subdivi.de> | 2023-01-25 09:18:42 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2023-01-25 09:27:40 +0100 |
commit | ec0828e62fdfc5d899ff4fc7a21f7900753e1301 (patch) | |
tree | 94397804688a6c9d8613702b8173d1ea07f838b0 /debian/control | |
parent | 999970b6e3e3ca3e19d9a9ef7dfd1443f9ced59e (diff) | |
download | debvm-ec0828e62fdfc5d899ff4fc7a21f7900753e1301.tar.gz |
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.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
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, |