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
- Host: GitHub
- URL: https://github.com/averms/arch-linux-lts
- Owner: averms
- Created: 2020-11-12T00:41:06.000Z (over 5 years ago)
- Default Branch: changes
- Last Pushed: 2022-06-24T17:30:25.000Z (almost 4 years ago)
- Last Synced: 2025-01-26T02:44:27.347Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 1.21 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.