dracutdevs / dracut

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

fix(systemd): explicitly install some libs that will not be statically included #2643

Open aafeijoo-suse opened 3 months ago

aafeijoo-suse commented 3 months ago

Some required libraries that used to be statically included are in the process to be opened via dlopen().

Checklist

Closes #2642

aafeijoo-suse commented 3 months ago

I think it'd help to have some of the corresponding systemd commit ids present in the commit message (once merged there). Anyhow, this looks good to me. I assume you're waiting for the systemd changes to go through before dropping the Draft flag?

Thanks, that's what I was thinking. I'll remove the draft mark and amend the commit message including those external references if they are merged.

pvalena commented 3 months ago

LGTM.