From: Daan De Meyer Date: Sat, 15 Apr 2023 17:44:14 +0000 (+0200) Subject: Drop DEBIAN_KERNEL_ARCHITECTURES X-Git-Tag: v15~246^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c97df56b7f20145f5961d83e2dd66b6cd22278f;p=thirdparty%2Fmkosi.git Drop DEBIAN_KERNEL_ARCHITECTURES --- diff --git a/mkosi/distributions/debian.py b/mkosi/distributions/debian.py index 3bda19652..3dc73f298 100644 --- a/mkosi/distributions/debian.py +++ b/mkosi/distributions/debian.py @@ -145,24 +145,6 @@ DEBIAN_ARCHITECTURES = { "x86_64": "amd64", } -# And the kernel package names have yet another format, so adjust accordingly -# uname -m -> linux-image-$arch -DEBIAN_KERNEL_ARCHITECTURES = { - "aarch64": "arm64", - "armhfp": "armmp", - "alpha": "alpha-generic", - "ia64": "itanium", - "m68k": "m68k", - "parisc64": "parisc64", - "ppc": "powerpc", - "ppc64": "powerpc64", - "ppc64le": "powerpc64le", - "riscv64:": "riscv64", - "s390x": "s390x", - "x86": "i386", - "x86_64": "amd64", -} - def debootstrap_knows_arg(arg: str) -> bool: return bytes("invalid option", "UTF-8") not in run(["debootstrap", arg],