Compile Fydetab kernel
Introductionâ
This guide will show you how to compile the Fydetab kernel and package it for Arch Linux.
- Kernel 6.1.75 - linux-fydetab
Setting upâ
Install dependenciesâ
sudo pacman -S base-devel git
Clone the PKGBUILDs repositoryâ
git clone https://github.com/Linux-for-Fydetab-Duo/pkgbuilds.git
Compiling the kernelâ
Now that you have the PKGBUILDs repository cloned, you can compile the kernel by going into the linux-fydetab
directory and running:
makepkg -s
Testing the kernelâ
After the kernel has been compiled, you can install it by running:
sudo pacman -U linux-fydetab-*.pkg.tar.zst