Testing release
This commit is contained in:
parent
afca4a7dc3
commit
908f146320
@ -13,9 +13,7 @@ Ever thought of compiling a custom kernel, but held back because of the need for
|
|||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
1. Clone and navigate to the repository, then run `sudo ./install`
|
1. Clone and navigate to the repository, then run `sudo ./install`
|
||||||
2. Copy your existing kernel .config file to `/root/.config/kernel/.config`
|
2. Copy your existing kernel .config file to `/root/.config/kernel/.config`. If you don't know how to create this file, this tool isn't for you.
|
||||||
|
|
||||||
If you don't know how to create this file, this tool isn't for you.
|
|
||||||
|
|
||||||
### 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