From 5a09089d376bbe800273aab06e2973a3396246bb Mon Sep 17 00:00:00 2001 From: mayfrost Date: Thu, 8 Nov 2018 12:32:57 -0300 Subject: [PATCH] Update KERNEL.md --- KERNEL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KERNEL.md b/KERNEL.md index 0fa5885..ca00c68 100644 --- a/KERNEL.md +++ b/KERNEL.md @@ -37,7 +37,7 @@ Compiling a kernel has the advantage to make it as minimal and featureful as you * To see which version the kernel you are currently using is. `uname -r` * Short list of your hardware. -`lspci -k` +`lspci` * List your hardware with kernel modules used for each. `lspci -k` * List all kernel modules currenly used.