fedora_atomic_custom_image/scripts/nvidia/modprobe.d/nvidia-uvm.conf
Florian RICHER 42cbb86b11
All checks were successful
build-ublue-custom / Build and push image (push) Successful in 7m43s
NVIDIA: Try move .conf from /etc/modprobe.d to /usr/lib/modprobe.d
2024-10-18 20:17:49 +02:00

11 lines
545 B
Text

# Make a soft dependency for nvidia-uvm as adding the module loading to
# /usr/lib/modules-load.d/nvidia-uvm.conf for systemd consumption, makes the
# configuration file to be added to the initrd but not the module, throwing an
# error on plymouth about not being able to find the module.
# Ref: /usr/lib/dracut/modules.d/00systemd/module-setup.sh
# Even adding the module is not the correct thing, as we don't want it to be
# included in the initrd, so use this configuration file to specify the
# dependency.
softdep nvidia post: nvidia-uvm