You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
545 B
12 lines
545 B
3 years ago
|
# 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
|