]> git.ipfire.org Git - thirdparty/kmod.git/blob - README
kmod_module: make get_options() search for alias names too
[thirdparty/kmod.git] / README
1 kmod - Linux kernel module handling
2
3 OVERVIEW
4 ========
5
6 kmod is a set of tools to handle common tasks with Linux kernel modules like
7 insert, remove, list, check properties, resolve dependencies and aliases.
8
9 These tools are designed on top of libkmod, a library that is shipped with
10 kmod. See libkmod/README for more details on this library and how to use it.
11 The aim is to be compatible with tools, configurations and indexes from
12 module-init-tools project.