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
c746fdb7e4
commit
ff2144adc1
@ -62,7 +62,7 @@ Get latest kernel from kernel.org
|
|||||||
|
|
||||||
|
|
||||||
## GENERATING A CONFIGURATION FILE
|
## GENERATING A CONFIGURATION FILE
|
||||||
This process makes a "__.config__" file in the kernel source directory determines which drivers are built and other support. There are three options here, turn on only the minimal set of options you need.
|
This process makes a "__.config__" file in the kernel source directory, this file determines which drivers are built and other support. There are three options here, you can turn on only the minimal set of options you need.
|
||||||
|
|
||||||
* __OPTION 1__: Use the config file of another kernel or the current system.
|
* __OPTION 1__: Use the config file of another kernel or the current system.
|
||||||
`cp -v /boot/config-$(uname -r) .config`
|
`cp -v /boot/config-$(uname -r) .config`
|
||||||
|
Loading…
Reference in New Issue
Block a user