mirror of
https://salsa.debian.org/kernel-team/initramfs-tools.git
synced 2026-01-27 01:44:25 +00:00
when creating kernel package by other means than make-kpkg (e.g. using the kernel's make deb-pkg target), initrd creation cannot be disabled easily, since the appropriate script checks whether $KERNEL_PACKAGE_VERSION is set, for a reason that seems entirely unclear to me. The patch below removes the superfluous check. Remove it from postrm script too. -maks Closes: #664171 Signed-off-by: maximilian attems <max@stro.at>