Add instructions to create config file

This commit is contained in:
toloveru 2017-04-05 21:18:11 +02:00
parent 377e13aaaa
commit 58445e99cd

View File

@ -27,7 +27,7 @@ So, in a nutshell:
7. Clean up the kernel directory using `make clean && make mrproper`.
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.
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?
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.