To setup …
Add this to your /etc/pacman.conf
:
[kernel-lts]
Server = https://repo.m2x.dev/current/$repo/$arch
Import key :
sudo pacman-key --keyserver hkps://keyserver.ubuntu.com --recv-key 76C6E477042BFE985CC220BD9C08A255442FAFF0
sudo pacman-key --lsign 76C6E477042BFE985CC220BD9C08A255442FAFF0
Refresh pacman database and take a look at the lts
package binaries available in this repo :
sudo pacman -Syy
pacman -Sl kernel-lts
...
kernel-lts linux-lts510 5.10.91-1 [installed]
kernel-lts linux-lts510-headers 5.10.91-1 [installed]
...