dracutdevs / dracut

dracut the event driven initramfs infrastructure
https://github.com/dracutdevs/dracut/wiki
GNU General Public License v2.0
600 stars 399 forks source link

With systemd 255, systemd-pcrphase is renamed to systemd-pcrextend #2583

Open googol opened 10 months ago

googol commented 10 months ago

Describe the bug With the systemd version 255, the systemd-pcrphase binary was renamed to systemd-pcrextend, breaking dracut initrds requiring it.

Distribution used Arch linux

Dracut version dracut 059

Init system systemd

LaszloGombos commented 10 months ago

See https://github.com/dracutdevs/dracut/pull/2526

googol commented 9 months ago

Oh perfect, thanks

esposem commented 6 months ago

I am a little confused on what is happening here. I see that https://github.com/dracut-ng/dracut-ng/pull/24 has the fix for this, but it's in dracut-ng (no clue what the difference with this dracut is, nor what ng stands for). Is there any plan to fix it also in dracut?