mayfrost-guides

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit ff2144adc13539356c39070f49679e1d2a703807
parent c746fdb7e4d8fc76bd97e8082856d5e8115ab818
Author: mayfrost <mayfrost@cock.li>
Date:   Sat,  3 Mar 2018 09:39:59 +0000

Update KERNEL.md
Diffstat:
MKERNEL.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/KERNEL.md b/KERNEL.md @@ -62,7 +62,7 @@ Get latest kernel from kernel.org ## 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. `cp -v /boot/config-$(uname -r) .config`