I'd myself change _numa to use_numa, _tracers to use_tracers, _pds to use_pds and myconfig to custom_config or mycustomconfig. It's also good to change in PKGBUILD teorically to theoretically or to possibly as well as "people that wants" to "people that want". Can you tell, are these CONFIG_FUNCTION_TRACER & CONFIG_FUNCTION_GRAPH_TRACER useful just for doing kernel debugging or are they necessary if I wish to develop software and debug my code too? I think it'd awesome if there was use_production_config parameter which would allow you to choose if you want a kernel that's aimed at most of users in which case kernel debugging would be turned off (1) or for kernel debugging/development (0). I would be also using more modern ifs (if [[ ... ]]). Do you know anything more about this PDS-mq, I don't know much about it and I'm a bit stopped by "currently incompatible" comment?
Besides, I don't know why it's not building for me, gotta check one more time
Pinned Comments
anlorsp commented on 2024-07-13 17:07 (UTC) (edited on 2024-07-15 04:53 (UTC) by anlorsp)
Adding
to myconfig does solve the "Failed to insert module 'nvidia': Key was rejected by service" problem.
Anyone who configured secure boot using sbctl and want to load dkms modules can try this solution.
figue commented on 2018-12-14 00:50 (UTC) (edited on 2023-02-27 20:00 (UTC) by figue)
This package have several variables to enable/disable features.
Personally I'm running now xanmod kernel compiled with this:
Also, you can now create the file myconfig in your local repo to build this package with a custom config or use ${XDG_CONFIG_HOME}/linux-xanmod/myconfig. This file can be a full kernel config or be a script with several entries to add/remove options (you have several examples in PKGBUILD by using scripts/config):
Code involved: