Allow tiny-initramfs to satisfy foreign arch dependency
Currently, when installing e.g. a 64-bit kernel package on a 32-bit Debian image, tiny-initramfs
does not satisfy its linux-initramfs-tool
dependency. This is due to the fact that Multi-Arch: foreign
is defined for for tiny-initramfs-core
package, but not for tiny-initramfs
itself. The same works with initramfs-tools
and dracut
:
- https://salsa.debian.org/kernel-team/initramfs-tools/-/blob/debian/latest/debian/control
- https://salsa.debian.org/debian/dracut/-/blob/debian/unstable/debian/control
This commit hence adds Multi-Arch: foreign
to the tiny-initramfs package, aligning with initramfs-tools, and allowing it to satisfy kernel package dependencies for foreign architectures.
Signed-off-by: MichaIng micha@dietpi.com