This repository will automatically build binaries from Linux RCs (Release Candidates)
sudo tar -hxvf linuxRC.tar.gz -C / --no-same-owner
-h
follows symlinks--no-same-owner
makes root the owner of the extracted filessudo mkinitcpio -k <version> -g /boot/initramfs-linuxRC.img
where /lib/modules
, e.g. 6.10.0-rc4
sudo grub-mkconfig -o /boot/grub/grub.cfg
TODO, see https://github.com/iTrooz/Linux-rc/issues/3. The kernel provided should work, but for now you will need to figure out how to boot it.