jozzsi
jozzsi
closing as https://github.com/dracut-ng/dracut-ng/pull/616 landed instead.
> It would be quite helpful for dracut to detect it's in a container (e.g. `systemd-detect-virt -c`) to start, and check for a single `/usr/lib/modules/$kver` directory and automatically use _that_...
> SELinux is normally not enabled in the initramfs and thus the file contexts are not relevant. Would the [`selinux`](https://github.com/dracut-ng/dracut-ng/tree/main/modules.d/98selinux) dracut module still function properly after this PR ?
> Could it be that this is actually caused by missing `libkmod.so.*` if the `systemd` module is not included, and not actually by requiring `nvdimm`? Could be. ef0972f is a...
https://discussion.fedoraproject.org/t/f41-drive-not-found-after-upgrade-nvme-module-not-loaded/136929 CC @pvalena for Fedora .
@hongjinghao is this a regression that is specific to version 102 or you just expect dracut to work differently in general regardless of the version ? > A clear and...
Related - https://github.com/dracutdevs/dracut/issues/2397
> I do not understand why we need to pull such a complex thing as NetworkManager and dbus into initrd... I find it hard to find out what action is...
> complex thing as NetworkManager and dbus .. From this comment I led to believe that @mikhailnov believes that because `ifcfg` is now removed `NetworkManager` is the only remaining option...
Using ``` add_dracutmodules+=" ${DRACUTMODULES[@]} " ``` instead of ``` dracutmodules+=" ${DRACUTMODULES[@]} " ``` is preferred to avoid surprises like this one or even better drop the list and let dracut...