📝 Made note of applying old config

This commit is contained in:
tomit4 2025-12-11 07:49:45 -08:00
parent 54c566f1d2
commit 722c8d200b

View file

@ -146,6 +146,17 @@ versions and your personal config that you can just copy and paste as you want.
This config is highly customized to your particular desktop computer, so just
keep that in mind should you change hardware in the future.
In order to use the old config, copy the original config into the
`/usr/src/linux` that you wish to compile. Once done run:
```sh
make olddefconfig
```
This will preserve the old configuration flags while applying the new kernel and
security patches. Afterwards which, run `make -j$(nproc)` and the rest as
mentioned above.
## Uninstalling Old/Unwanted Kernels
Okay, so there is a package for this called `eclean`, but I'd prefer to take a