From fb0b40d3c70fccc5c3d32606d7f58d7d073ddb65 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Thu, 9 Jan 2025 10:41:54 +0100 Subject: [PATCH] Declare breaking miniramfs 1.0.2 and older Commit 9a297f56ba66 ("reduce number of dracut-install calls") requires users of `manual_add_modules` to call `apply_add_modules` afterwards. That breaks miniramfs. miniramfs 1.0.3 added the `apply_add_modules` call. --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 76a5627..d1089d8 100644 --- a/debian/control +++ b/debian/control @@ -36,6 +36,7 @@ Depends: coreutils (>= 8.24), udev, ${misc:Depends} Suggests: bash-completion +Breaks: miniramfs (<< 1.0.3~) Description: generic modular initramfs generator (core tools) This package contains the mkinitramfs program that can be used to create a bootable initramfs for a Linux kernel. The initramfs should