mayfrost-guides

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit ceee46876cdd1cce210beb3fba605b105cf74ae3
parent 5a09089d376bbe800273aab06e2973a3396246bb
Author: mayfrost <mayfrost@cock.li>
Date:   Thu,  8 Nov 2018 12:34:00 -0300

Update KERNEL.md
Diffstat:
MKERNEL.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/KERNEL.md b/KERNEL.md @@ -40,7 +40,7 @@ Compiling a kernel has the advantage to make it as minimal and featureful as you `lspci` * List your hardware with kernel modules used for each. `lspci -k` -* List all kernel modules currenly used. +* List only kernel modules currenly loaded. `lsmod` * Long list of your hardware with all details. `lspci -v`