13 Dec
2018
13 Dec
'18
18:26
13.12.2018 1:28, Oleksii Vilchanskyi пишет: > Out-of-the box after the installation of >> nvidia-gfxG05-kmp-default ... > 1. Why is plymouth disabled by default? Unfortunately changelog for this RPM starts from the point it was created, but package itself is clone of earlier packages. In G04 changelog you will find - /etc/dracut.conf.d/50-nvidia.conf (TW/sle15) * exclude "plymouth" module from building initrd (boo#1047225) > 2. How do I re-add dracut modules after they were omitted (instead of > touching the default config)? I would like to use a separate file, > because I assume this one gets overridden with every package upgrade, > and it's generally sane to separate custom configuration from vendor > configuration. > This is general dracut packaging problem on *SUSE, it should install files provided by package under /usr/lib, not /etc, allowing administrator to redefine them. Anyway, files are shell scripts (at least, currently) so you can simply add configuration file that checks and removes content of omit_dracutmodules variable. Something like omit_dracutmodules="${omit_dracutmodules//plymouth}"