kmod/README

13 lines
459 B
Plaintext
Raw Normal View History

2011-12-13 01:41:38 +07:00
kmod - Linux kernel module handling
OVERVIEW
========
2011-12-13 01:41:38 +07:00
kmod is a set of tools to handle common tasks with Linux kernel modules like
insert, remove, list, check properties, resolve dependencies and aliases.
2011-12-13 01:41:38 +07:00
These tools are designed on top of libkmod, a library that is shipped with
kmod. See libkmod/README for more details on this library and how to use it.
The aim is to be compatible with tools, configurations and indexes from
module-init-tools project.