forwarded 1124479 https://github.com/dracut-ng/dracut-ng/pull/1993 thanks
On Thu, 2026-01-01 at 20:30 +0100, Petter Reinholdtsen wrote: > Package: dracut > Version: 109-5 > > When I upgrade my sid chroot, I see messages like this from dracut: > > Processing triggers for dracut (109-5) ... > update-initramfs: Generating /boot/initrd.img-6.17.13+deb14-amd64 > /usr/bin/dracut: line 1353: dwarning: command not found > /usr/bin/dracut: line 1353: dwarning: command not found > /usr/bin/dracut: line 1353: dwarning: command not found > > Is there some dependency missing or something else going wrong here? > The issue do not seem fatal and the package is upgraded as it should. Thanks for reporting this issue. It's not a missing dependency or function deprecation, it's simply calling dwarning before this function is defined. Proposed upstream fix: https://github.com/dracut-ng/dracut-ng/pull/1993 -- Benjamin Drung Debian & Ubuntu Developer

