Hello
On Fri, 21 Jun 2024 09:07:04 -0400 Laszlo <[email protected]> wrote:
> Hello !
>
> > The "initrdname" option does not seem to be suitable ...
>
> From the description of the upstream PR -
> https://github.com/dracut-ng/dracut-ng/pull/160
>
> > The initrdname configuration option is required to match a initr*${kernel}*
> > file pattern.
>
> Would the following work ? If it does it should be probably added to
> the Debian package config.
>
> > initrdname="initrd-${kernel}.img"
I can confirm this works but the correct value to match postinst.d is:
initrdname="initrd.img-${kernel}"
The Debian package should probably ship this as the default
configuration under /usr/lib/dracut//as long as Debian is using
this convention.
>
> Laszlo
>
>
Regards,
Simon