On Thu, Apr 23, 2009 at 12:31:53PM -0700, Mark Goldberg wrote: > I rebuild a few individual kernel modules and then replace the stock ones > in the module tree. It's not the best way but I don't want to use a completely > custom kernel. > > The nvidia installer just is an easy way to get the libraries and module deps > taken care of when I'm all done. I guess if I was more motivated I would > figure out how to package them up into kmdls with the right post install > scripts.
I guess all the nvidia-installer is doing for you is calling depmod -ae. Try building your external module, place them where you need them to be and run depmod -ae. It is faster than having the nvidia-installer called to fix this as a side-effect. -- Axel.Thimm at ATrpms.net
pgpnrnh48DR3M.pgp
Description: PGP signature
_______________________________________________ atrpms-users mailing list [email protected] http://lists.atrpms.net/mailman/listinfo/atrpms-users
