]> git.ipfire.org Git - thirdparty/kmod.git/blame - README
build-sys: do not run configure in autogen.sh
[thirdparty/kmod.git] / README
CommitLineData
cb48c9b2 1kmod - Linux kernel module handling
91b44c77
GSB
2
3OVERVIEW
4========
5
cb48c9b2
LDM
6kmod is a set of tools to handle common tasks with Linux kernel modules like
7insert, remove, list, check properties, resolve dependencies and aliases.
91b44c77 8
cb48c9b2
LDM
9These tools are designed on top of libkmod, a library that is shipped with
10kmod. See libkmod/README for more details on this library and how to use it.
11The aim is to be compatible with tools, configurations and indexes from
12module-init-tools project.