Void Linux Kernel Builds
Void linux kernel builds using linux-tkg patches and void-packages template
Report Bug
·
Request Feature
Table of Contents
About The Project
Well, as the title goes - builds custom kernels for Void Linux based on linux-tkg patches.
Getting Started
To build custom kernels, I recommend to follow the following steps:
- Install required packages
sudo xpbs-install git curl binutils xz tar util-linux
- Clone the repository
git clone https://github.com/70xH/void-kernel-builds.git
- cd to the directory and run the shell file
cd void-kernel-builds
./xynator.sh
Kernels
The followings are the list of kernels that will be and can be complied
- 5.14.9
- 5.13.19
- 5.12.19
- 5.11.22
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b kernel/NewBuild
) - Commit your Changes (
git commit -m 'Add some NewBuild'
) - Push to the Branch (
git push origin kernel/NewBuild
) - Open a Pull Request