mirror of
https://github.com/xcat2/confluent.git
synced 2026-09-10 19:46:26 +00:00
c66d7bcb7e
udev's kmod builtin dlopens libkmod, and dracut installs it from an inst_libdir_file line in a module-setup.sh rather than by following NEEDED. Which module carries that line moved: the dracut on SLE 16 media declares it only in 00systemd, which the diskless module set never loads, so the image came up with no libkmod, udev autoloaded nothing, and the guest reached the network scan with only loopback. Leap's newer dracut also declares it in 95udev-rules, which base depends on, which is why Leap was unaffected.