linux-hardened icon indicating copy to clipboard operation
linux-hardened copied to clipboard

Confused

Open 12D687 opened this issue 2 years ago • 1 comments

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?

12D687 avatar Feb 13 '23 10:02 12D687

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.

hahahahacker2009 avatar Mar 09 '23 04:03 hahahahacker2009