Update KERNEL.md

This commit is contained in:
mayfrost 2018-03-03 19:51:29 +00:00 committed by GitHub
parent ee5ba31a5d
commit 64033dc8f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -219,7 +219,7 @@ Git can be used to fallback from the patch and revert to the upatched source.
`patch -p1 < <PATCH_FILE>`
### OPTION 3: Patch with zcat
To use the uncrompressed file directly.
* To use the uncrompressed file directly.
`zcat <PATCH_FILE>.gz | patch -p1`
Compile kernel with the patch now included.
Compile the kernel with the patch now included.