Skip to content

Commit

Permalink
Merge pull request #238 from visitorckw/fix-grammar-error
Browse files Browse the repository at this point in the history
Fix grammar
  • Loading branch information
jserv authored Oct 7, 2023
2 parents eaecd29 + c0abff2 commit b99354a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lkmpg.tex
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ \subsection{Building modules for a precompiled kernel}
\end{verbatim}

In this case, you need to restore the value of symbol \textbf{EXTRAVERSION} to \textbf{-rc2}.
We suggest to keep a backup copy of the makefile used to compile your kernel available in \verb|/lib/modules/5.14.0-rc2/build|.
We suggest keeping a backup copy of the makefile used to compile your kernel available in \verb|/lib/modules/5.14.0-rc2/build|.
A simple command as following should suffice.
\begin{codebash}
cp /lib/modules/`uname -r`/build/Makefile linux-`uname -r`
Expand Down

0 comments on commit b99354a

Please sign in to comment.