Re: I need help overriding the kernel module install path

From: CrayzeeWulf (crayzeewulf_at_nospam.gnudom.org)
Date: 12/31/03


Date: Wed, 31 Dec 2003 01:40:20 GMT

Mark Hobley wrote:

>
> I want to override the module install path to a directory of my
> choosing.
>
> Does anyone know how I can do this ?
>
Look inside Makefile for the variable "INSTALL_MOD_PATH". Basically, you can
use the following command:

make INSTALL_MOD_PATH=/some/writable/directory modules_install

This will install all the modules under:

/some/writable/directory/lib/modules/<kernel-version>/

-- 
CrayzeeWulf


Relevant Pages