Unfortunately I think dkms doesn’t use
--debug
or--stdlog
I raised this problem in dkms project – When running with `--verbose` option run dracut with `--debug` option · Issue #534 · dell/dkms · GitHub
Unfortunately I think dkms doesn’t use
--debug
or--stdlog
I raised this problem in dkms project – When running with `--verbose` option run dracut with `--debug` option · Issue #534 · dell/dkms · GitHub
As explained in the DKMS issue, dracut
it’s not run by DKMS. It’s the post transaction of the DKMS configuration in the Fedora package that does.
You can change the last line of /etc/dkms/framework.conf
to add the extra parameters you need. I fear --verbose
or --stdlog
will be too much output now that DNF prints that output (the yellow wording) during transactions.
Please test on your system by editing the configuration file first.