An open API service indexing awesome lists of open source software.

https://github.com/averms/arch-linux-lts

My build of the Linux LTS kernel
https://github.com/averms/arch-linux-lts

Last synced: about 1 month ago
JSON representation

My build of the Linux LTS kernel

Awesome Lists containing this project

README

          

Arch Linux LTS kernel with a few changes. Built by GitHub Actions.

To update:

1. `git remote add upstream git@github.com:archlinux/svntogit-packages.git`.
2. `git fetch upstream packages/linux-lts`. Never run just `git fetch upstream` because
it will download all the branches and take forever.
3. `git rebase upstream/packages/linux-lts` and fix conflicts.
4. `git push -f`.