Fala meu brother, thanks pelo jabá! kkk
Segue uma diquinha mais básica, já que nessa nem patchs vc precisará aplicar, visto que no -ck eles já estarão aplicados:
Pegue as releases mais atuais em:
https://github.com/ckolivas/linux/releases
# wget
https://github.com/ckolivas/linux/archive/5.4-ck1.tar.gz
# tar xf 5.4-ck1.tar.gz -C /usr/src
# rm -rf linux
# ln -sf linux-5.4-ck1 linux
# cd linux
# make localmodconfig # apenas tecle ENTER nas perguntas
OBS: se não quiser um kernel mais enxuto, apenas rode: make olddefconfig
Continue com:
# make -j $(getconf _NPROCESSORS_ONLN) bzImage modules
# make modules_install
# cp -v System.map /boot/System.map-5.4.0-ck1
# cp -v .config /boot/config-5.4.0-ck1
# cp -v arch/x86/boot/bzImage /boot/vmlinuz-5.4.0-ck1
# grub-mkconfig -o /boot/grub/grub.cfg
Mas se usar a droga do ELILO, convém remover e recriar os links simbólicos da pasta /boot:
# cd /boot
# rm -fv vmlinuz System.map config
# ln -s System.map-5.4.0-ck1 System.map
# ln -s config-5.4.0-ck1 config
# ln -s vmlinuz-5.4.0-ck1 vmlinuz
# eliloconfig
[1] http://slakfinder.org/slackpkg+.html
[2] https://pink-mist.github.io/sbotools/