Add instructions to create config file

This commit is contained in:
toloveru 2017-04-05 21:11:14 +02:00
parent 23ba0e2a6d
commit 39a79a9705
2 changed files with 1 additions and 1 deletions

BIN
.install.swp Normal file

Binary file not shown.

View File

@ -12,7 +12,7 @@ Ever thought of compiling a custom kernel, but held back because of the need for
* Remove a distribution kernel if present (currently only on Arch and Manjaro). * Remove a distribution kernel if present (currently only on Arch and Manjaro).
### Installation ### Installation
1. Clone and navigate to the repository, then run `sudo ./install` 1. Clone and navigate to the repository, then run `./install`
2. Copy your existing kernel .config file to `/root/.config/kernel/.config`. If you don't know how to create this file, this tool probably isn't for you. 2. Copy your existing kernel .config file to `/root/.config/kernel/.config`. If you don't know how to create this file, this tool probably isn't for you.
### This script runs as root. Isn't that unsafe? ### This script runs as root. Isn't that unsafe?