From: Andy Grover Date: Tue, 13 Mar 2012 22:06:37 +0000 (-0700) Subject: python: Improve README's description of kmod X-Git-Tag: v17~10^2~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=31aa6834bad02bd911c57c7278aac1fe792f1e51;p=thirdparty%2Fkmod.git python: Improve README's description of kmod Based on text from kmod's README. --- diff --git a/libkmod/python/README b/libkmod/python/README index 9498ba07..53a238ae 100644 --- a/libkmod/python/README +++ b/libkmod/python/README @@ -1,10 +1,13 @@ python-kmod =========== -Python bindings for libkmod +Python bindings for kmod/libkmod -libkmod is a C library to make inserting, removing, and listing -Linux kernel modules easier. It can be found at: +kmod is a set of tools to handle common tasks with Linux kernel modules like +insert, remove, list, check properties, resolve dependencies and aliases. + +These tools are designed on top of libkmod, a library that is shipped with +kmod. It can be found at: http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary