On Wednesday 18 April 2007 11:15, [EMAIL PROTECTED] wrote:

> Summary:
> How can I add an additional module once I've configured/built a
> kernel?
>
> Details: After looking thru the handbook, especially section about
> kernel config, I don't see information about how to add a module once
> a kernel is built and running.
>
> Using `genkernel all' on latest sources (linux-2.6.20-gentoo-r6) I
> ended up with no `fuse' module.
>
> Far as I know I've been getting a fuse module when using `genkernal'
> on previous kernels.
>
> What is proceedure for adding that module now?

I never used genkernel, but if you have the kernel source tree available, 
you can just cd into it, adjust your configuration (using make *config), 
then do "make && make modules_install". Only the new stuff you added 
will be rebuilt and installed (ie, the fuse module in your case), 
assuming you did not delete the already compiled object files inside the 
tree.
-- 
[EMAIL PROTECTED] mailing list

Reply via email to