Re: Need help for kernel customization...
Reply #2 –
Get the package build files and then download the source
git clone https://gitea.artixlinux.org/packages/linux
cd linux
makepkg -sro
Change to the actual source dir
cd src/linux-THEVERSION
run menuconfig (though xconfig or gconfig is nicer) and save when finished changing options
make menuconfig
Change back to the previous dir
cd -
Build the packages
makepkg -sre
Use man makepkg to learn what the makepkg options do.