Re: I need help overriding the kernel module install path
From: CrayzeeWulf (crayzeewulf_at_nospam.gnudom.org)
Date: 12/31/03
- Next message: Jerry McBride: "Re: Playstattion 2 and Linux questions"
- Previous message: Mark Hobley: "I need help overriding the kernel module install path"
- In reply to: Mark Hobley: "I need help overriding the kernel module install path"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Jerry McBride: "Re: Playstattion 2 and Linux questions"
- Previous message: Mark Hobley: "I need help overriding the kernel module install path"
- In reply to: Mark Hobley: "I need help overriding the kernel module install path"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|