compat-2.6: adding notes on installing to non-running kernel
authorHin-Tak Leung <hintak.leung@gmail.com>
Mon, 28 Sep 2009 19:08:54 +0000 (20:08 +0100)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Mon, 28 Sep 2009 19:55:34 +0000 (12:55 -0700)
adding notes on installing to non-running kernel

Signed-off-by: Hin-Tak Leung <htl10@users.sourceforge.net>
README

diff --git a/README b/README
index 7c6c2cd10b8194bc3afd12bb3d46631f66cdd927..380fc5ade65869b4c5cc56a7435c1dec952c4f50 100644 (file)
--- a/README
+++ b/README
@@ -142,6 +142,15 @@ compat-wireless-2.6 drivers for it you can use this syntax:
 
 make KLIB=/home/mcgrof/kernels/linux-2.6.23.9 KLIB_BUILD=/home/mcgrof/kernels/linux-2.6.23.9
 
+If you have a kernel installed, which is not your currently running kernel (e.g. via
+distro updates; plus its corresponding kernel-dev package), you can use this syntax:
+
+make  KLIB=/lib/modules/2.6.30.6-53.fc11.x86_64
+
+  and to install to your system's root path for the non-running kernel:
+
+make  KLIB=/lib/modules/2.6.30.6-53.fc11.x86_64 KMODPATH_ARG='INSTALL_MOD_PATH=' install
+
 Bugs
 -----