From 377e13aaaa6cf84db61c088a2fc2198614dc49b9 Mon Sep 17 00:00:00 2001 From: toloveru Date: Wed, 5 Apr 2017 21:17:00 +0200 Subject: [PATCH] Add instructions to create config file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7ba02d..22858ec 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ So, in a nutshell: 3. Verify the tarball by running `gpg2 --verify linux-*.*.*.tar.sign` 4. Receive the keys if required with `gpg2 --recv-keys KEY_ID` (for more info check on [kernel.org](https://www.kernel.org/category/signatures.html)) and verify again. 5. Unpack the tarball using `tar xf linux-*.*.*.tar` -6. Change directory to linux-*.*.* +6. Change directory to `linux-*.*.*` 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.