Skip to content

Commit cdf7b42

Browse files
authored
Merge pull request #187 from linD026/master
Relocate Archlinux code snippet to avoid confusion
2 parents a91431a + b0d4204 commit cdf7b42

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lkmpg.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -204,17 +204,17 @@ \section{Headers}
204204
apt-cache search linux-headers-`uname -r`
205205
\end{codebash}
206206

207-
On Arch Linux:
208-
\begin{codebash}
209-
sudo pacman -S linux-headers
210-
\end{codebash}
211-
212207
This will tell you what kernel header files are available.
213208
Then for example:
214209
\begin{codebash}
215210
sudo apt-get install kmod linux-headers-5.4.0-80-generic
216211
\end{codebash}
217212

213+
On Arch Linux:
214+
\begin{codebash}
215+
sudo pacman -S linux-headers
216+
\end{codebash}
217+
218218
\section{Examples}
219219
\label{sec:examples}
220220
All the examples from this document are available within the \verb|examples| subdirectory.

0 commit comments

Comments
 (0)