On Wednesday 18 April 2007 10:15:12 [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?
genkernel --menuconfig all You can also add --no-clean and --no-menuconfig to stop it clearing out already compiled code, but you run the risk to getting symbols messed up (quite unlikely though). -- Mike Williams -- [EMAIL PROTECTED] mailing list

