@ax34
figue@pluto ~/packages-figue/linux-xanmod% git pull
Already up to date.
figue@pluto ~/packages-figue/linux-xanmod% git show --summary
commit 1c7c5f2be8935d93b11935477cf52cb9bfacc2d1 (HEAD -> master, origin/master, origin/HEAD)
Author: Joan Figueras <ffigue@gmail.com>
Date: Fri Jan 24 21:46:59 2020 +0100
Fix sum
figue@pluto ~/packages-figue/linux-xanmod% rm 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-CLONE_NEWUSER.patch
figue@pluto ~/packages-figue/linux-xanmod% makepkg --verifysource -f
==> Making package: linux-xanmod 5.4.14-1 (Sat Jan 25 18:44:29 2020)
==> Retrieving sources...
-> Found 5.4.14-xanmod8.tar.gz
-> Found choose-gcc-optimization.sh
-> Downloading 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-CLONE_NEWUSER.patch...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3789 100 3789 0 0 23981 0 --:--:-- --:--:-- --:--:-- 24133
==> Validating source files with sha256sums...
5.4.14-xanmod8.tar.gz ... Passed
choose-gcc-optimization.sh ... Passed
0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-CLONE_NEWUSER.patch ... Passed
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: