mirror of
				https://github.com/mayfrost/guides.git
				synced 2025-11-04 05:02:46 +00:00 
			
		
		
		
	Update KERNEL.md
This commit is contained in:
		@@ -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.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user