
repository
Issue tracker and wiki for the kernel-lts unofficial user repository
kernel-lts
The kernel-lts
unofficial user repository contains pre-compiled LTS kernels using the AUR PKGBUILDs:
These may be useful for people with certain hardware for which support has been dropped from newer kernels, or where functionality has regressed.
Package repository
To add the repository to your Arch system add the following to /etc/pacman.conf
:
[kernel-lts]
Server = https://repo.m2x.dev/current/$repo/$arch
Delayed-update distros are not supported.
Package signing
Packages are signed. You will need to import key ID 76C6E477042BFE985CC220BD9C08A255442FAFF0, for example:
sudo pacman-key --keyserver hkps://keyserver.ubuntu.com --recv-key 76C6E477042BFE985CC220BD9C08A255442FAFF0
sudo pacman-key --lsign 76C6E477042BFE985CC220BD9C08A255442FAFF0
Update cadence
All repo.m2x.dev repositories have a number of cadences with different frequencies of changes:
- current (Arch mirror)
- daily (updated once per day)
- daily-deferred (yesterday's daily)
- weekly (updated on Tuesday each week)
- weekly-deferred (last week's weekly)
If you use the main m2x repo mirror make sure to match the cadences between repositories. Bad things will happen otherwise.