I have linux-xanmod kernel in a repo for everyone that is interested in it. Here is the info to be added to `/etc/pacman.conf`
[revan-repo]
Server = http://ndowens.ml:80/$repo/$arch
I am currently building 5.16.10, which will be available once it is done building and uploaded.
Also this will, at the time of this writing, fix dkms issues due to new gcc toolchain.
Edit: The two kernels are in repo above.
Edit2: Change DNS providers, updated url
Nice, possible to include TT (Task Type) scheduler version?
Probably, I'd have to look into it.
Edit: I will add once this current xanmod is done.
How to pick it up from an Arch system? I got,
revan-repo 17.5 KiB 162 KiB/s 00:00 [#################################] 100%
error: failed retrieving file 'revan-repo.db.sig' from ndowens.ml : The requested URL returned error: 404
I don't know about from Arch. May need to add something else to the pacman.conf. Edit once I find out what.
Try adding:
SigLevel = Optional TrustAll
above Server = https://ndowens.ml/$repo/$arch
Worked! Many thanks.
5.16.8-xanmod1-1 #1 SMP Wed, 09 Feb 2022 21:30:06 +0000 x86_64 GNU/Linux
This one doesn't have the dkms fixed, but the next one, .10 will
The TrustAll and Optional are only needed for non Artix users. Since your key is in the Artix keyring it is obviously trusted for people using Artix.
A better solution would be to tell people to download the artix-keyring package file. Once the artix keyring is installed they can use all packages signed by you or other Artix devs. Using TrustAll and Optional can be dangerous because it is disabling the verification of signatures which means a rogue package not signed by you and uploaded to your server could be installed and penetrate their systems.
Replying to an announcement, but with important information: anyone having problems compiling NVIDIA DKMS for the latest kernel should try xanmod kernel instead until the main packages are fixed. xanmod kernels work with the latest GCC.