Kalpa Welivitigoda <callkalpa <at> gmail.com> writes: > > Hi all, > > I thought to make my Fedora system boot faster. For that I thought to > disable unnecessary kernel modules and services. So I want to know in > detail what each and every kernel module and service do so that I can > disable which are no needed. Can anyone here provide me with a > detailed documentation on the kernel modules and services? > Hi, I think Google is your friend here. search Goggle: linux services list will give you for example: http://articles.techrepublic.com.com/5100-10878_11-6018195.html http://www.hscripts.com/tutorials/linux-services/list.php You get the drift ... As far as kernel modules are concerned you have to be careful with disabling them a priory. You may easily end up with an unbootable system. Even if you boot, you system may be inflexible with regard to accepting ad hoc devices. It is much safer from booting process point of view and practical from daily use of your system point of view, to configure your kernel for on demand modules loading. The exception would be if you configure a special system and you intend to make it compact, according to strict requirements, with limited purpose, etc. For a list and descriptions of kernel modules, I think the best source is your kernel source package. You will find a .config file in there and see it thru kernel configuration: make menuconfig or make xconfig See kernel configuration howto docs. JB -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines