linux-hardened
linux-hardened copied to clipboard
Confused
I'm bit confused how to install the linux-hardened. Because in github's release page there is a source code and patches but no instructions how to use them. I mean should the patches merged in the main source code after untar using gnupatch?
Learn to install linux
: make -j4 && make modules_install && make install
. The same applies to linux-hardened or any linux.
The patch is to update the existing, downloaded, unpatched source code. When you patched the source, repeat what you do to install the kernel and just what changed will be apply.