Patching and building the kernel image Clone the pkgs repository from Github and check out the revision corresponding to your version of Talos Linux bash git clone https://github.com/talos-systems/pkgs pkgs &&cd pkgs git checkout v0.8.0 Clone the Linux kernel and check out the revision that pkgs uses (this can be found in kernel/kernel-prepare/pkg.yaml and it will be something like the following: https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-x.xx.x.tar.xz) bash git clone https://git.kern...