From 3841c6fef8dbc2e0685cd300a0dad44f8898d433 Mon Sep 17 00:00:00 2001 From: Andy Grover Date: Tue, 13 Mar 2012 15:06:37 -0700 Subject: [PATCH] Improve README's description of kmod Based on text from kmod's README. Signed-off-by: Andy Grover --- README | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README b/README index 9498ba0..53a238a 100644 --- a/README +++ b/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 -- 2.26.2