mirror of
https://github.com/mayfrost/guides.git
synced 2024-10-31 23:16:06 +00:00
Update KERNEL.md
This commit is contained in:
parent
ee5ba31a5d
commit
64033dc8f1
@ -219,7 +219,7 @@ Git can be used to fallback from the patch and revert to the upatched source.
|
|||||||
`patch -p1 < <PATCH_FILE>`
|
`patch -p1 < <PATCH_FILE>`
|
||||||
|
|
||||||
### OPTION 3: Patch with zcat
|
### OPTION 3: Patch with zcat
|
||||||
To use the uncrompressed file directly.
|
* To use the uncrompressed file directly.
|
||||||
`zcat <PATCH_FILE>.gz | patch -p1`
|
`zcat <PATCH_FILE>.gz | patch -p1`
|
||||||
|
|
||||||
Compile kernel with the patch now included.
|
Compile the kernel with the patch now included.
|
||||||
|
Loading…
Reference in New Issue
Block a user