doc: cookbook: Fix grammar.

* doc/guix-cookbook.texi (Customizing the Kernel): Fix grammar.

Change-Id: I896536a6c9f06e2fb30f3da56e054a26bfd5d0af
Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
Adam Quandour 2025-05-30 16:08:13 -07:00 committed by Hilton Chain
parent 6787f3aaf9
commit 3df02ddb26
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -1732,7 +1732,7 @@ procedure. To produce such file you need to obtain Linux source code, create a
@file{.config} file (using @code{make menuconfig} command, for example) or
provide one you already have. After that you will need to run
@code{make savedefconfig} command within the kernel source tree---this will
produce the @file{defconfig} file which we can be used to build a custom kernel.
produce the @file{defconfig} file which we will use to build a custom kernel.
Below is a sample kernel package.
@ -1747,8 +1747,8 @@ Below is a sample kernel package.
@end lisp
In the same directory as the file defining @code{my-linux-libre} is a file
named @file{defconfig}. This way you way you can provide kernel options
you want to have in the result kernel.
named @file{defconfig}. This way you can provide kernel options you want to
have in the result kernel.
The second way to create a custom kernel is to pass a new value to the
@code{extra-options} keyword of the @code{make-linux-libre} procedure. The