From 1f9f201940a1234d5e403c905d3ce1ebd8ca2b0f Mon Sep 17 00:00:00 2001 From: xatier Date: Wed, 25 Aug 2021 20:11:27 -0700 Subject: [PATCH] Update Archlinux kernel headers instructions `linux-libre-headers` has been moved to AUR [1]. We can simply install `linux-headers` [2] instead. [1] https://aur.archlinux.org/packages/linux-libre-headers/ [2] https://archlinux.org/packages/core/x86_64/linux-headers/ --- lkmpg.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lkmpg.tex b/lkmpg.tex index 99118e2..223fd93 100644 --- a/lkmpg.tex +++ b/lkmpg.tex @@ -176,7 +176,7 @@ apt-cache search linux-headers-`uname -r` On Arch Linux: \begin{codebash} -sudo pacman -S linux-libre-headers +sudo pacman -S linux-headers \end{codebash} This will tell you what kernel header files are available. -- 2.39.5