Add instructions to create config file
This commit is contained in:
parent
377e13aaaa
commit
58445e99cd
@ -27,7 +27,7 @@ So, in a nutshell:
|
|||||||
7. Clean up the kernel directory using `make clean && make mrproper`.
|
7. Clean up the kernel directory using `make clean && make mrproper`.
|
||||||
8. Run `make localmodconfig` to get a basic configuration file.
|
8. Run `make localmodconfig` to get a basic configuration file.
|
||||||
9. You can add more features like NTFS support, AppArmor, kernel hardening etc. using `make nconfig` and navigating to the respective configuration menus.
|
9. You can add more features like NTFS support, AppArmor, kernel hardening etc. using `make nconfig` and navigating to the respective configuration menus.
|
||||||
10. Don't forget to copy the config file to /root/.config/kernel/.config!
|
10. Don't forget to copy the config file to `/root/.config/kernel/.config`!
|
||||||
|
|
||||||
### This script runs as root. Isn't that unsafe?
|
### This script runs as root. Isn't that unsafe?
|
||||||
In a non-interactive script, it's much easier to run priveleged by default and drop priveleges as needed, instead of requiring authentication every time. If you know of a fully non-interactive way of achieving on-the-fly enhanced priveleges though, feel free to open a pull request.
|
In a non-interactive script, it's much easier to run priveleged by default and drop priveleges as needed, instead of requiring authentication every time. If you know of a fully non-interactive way of achieving on-the-fly enhanced priveleges though, feel free to open a pull request.
|
||||||
|
Reference in New Issue
Block a user