a bit closer

This commit is contained in:
Ciro Santilli
2018-02-13 16:09:16 +00:00
parent d97d461605
commit 64130ecfb9
22 changed files with 316 additions and 569 deletions

View File

@@ -1,8 +1,6 @@
[[kmod]]
= kmod
=== kmod
Multi-call executable that implements: `lsmod`, `insmod`, `rmmod`, and
other tools on desktop distros such as Ubuntu 16.04, where e.g.:
Multi-call executable that implements: `lsmod`, `insmod`, `rmmod`, and other tools on desktop distros such as Ubuntu 16.04, where e.g.:
....
ls -l /bin/lsmod
@@ -26,24 +24,19 @@ contains:
ii kmod 22-1ubuntu5 amd64 tools for managing Linux kernel modules
....
BusyBox also implements its own version of those executables. There are
some differences.
BusyBox also implements its own version of those executables. There are some differences.
Buildroot also has a kmod package, but we are not using it since
BusyBox' version is good enough so far.
Buildroot also has a kmod package, but we are not using it since BusyBox' version is good enough so far.
This page will only describe features that differ from kmod to the
BusyBox implementation.
This page will only describe features that differ from kmod to the BusyBox implementation.
Source code: https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
[[module-init-tools]]
== module-init-tools
==== module-init-tools
Name of a predecessor set of tools.
[[modprobe]]
== modprobe
==== modprobe
Load module under different name to avoid conflicts: