On 24/04/2023 09.09, Andrei Borzenkov wrote:
On Mon, Apr 24, 2023 at 9:27 AM Antonio Feijoo via openSUSE Factory <factory@lists.opensuse.org> wrote:
Hi,
On 23/04/2023 19.24, Frans de Boer wrote:
dracut-install: ERROR: failed to install '/usr/bin/ldd:' for '/usr/lib/systemd/systemd'
ldd should not be needed in the initrd,
It has nothing to do with adding ldd to initrd. dracut calls "'/usr/bin/ldd binary" to get a list of required libraries and gets an error which it does not expect, so it interprets the first word of this error message as library name.
Dracut should probably be more intelligent and provide better diagnostic output here.
Yes, it has nothing to do with adding ldd to the initrd, that's why I asked for a specific output that I know how dracut is parsing.