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.
This commit is contained in:
Benjamin Drung 2025-01-09 10:41:54 +01:00
parent 11d8981b3a
commit fb0b40d3c7

1
debian/control vendored
View File

@ -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