On Fri, Jun 15, 2012 at 09:06:00AM +0530, Anil Nair wrote: > Hi all, > > There are lot of professionals who join in the Linux Community daily, > But there are also people who are new to kernel configuration and > compiling so is it possible for the community to create a automatic > bash script so that it would be useful for beginners to start with the > kernel compilation and installation.? I could give it a try i want > people from the community to test it for me. Such a script exists in > the source tree? > > Suggestions required... (And expected :) ) Try doing: make localmodconfig make oldconfig make -j4 make modules_install install then reboot. If your distro is set up properly, that should be all that you need to do. If not, do 'make help' and look at what you have there. good luck, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html