| Modifying the init processForum: DSL Tips and Tricks Topic: Modifying the init process started by: derdigge  Posted by derdigge on Feb. 28 2006,13:31 Hi folks ! i am trying to modify my boot Process. I just need to know which scripts are called when DSL does ´Autoconfigurating Devices...´ in Boot Process. I can´t find anything in Init Scripts  . So i can comment out (#) the thinks my board did not need, to Speed up the boot process. Thanks !   regards  Posted by mikshaw on Feb. 28 2006,14:41 Hardware detection is done in /etc/init.d/knoppix-autoconfig You may want to consider just using boot parameters to disable detection of certain hardware.  Posted by derdigge on Feb. 28 2006,17:29 That does ! Thanks ! |