HOWTO: Change startup Kudzu timeout

If you are as impatient as I am, you are sick and tired of waiting 30 seconds for Kudzu (the Linux hardware detection wizard) to time out every time you reboot your Trixbox. Here’s how to change the Kudzu timeout:

From your Linux CLI, do the following:

nano /etc/rc.d/init.d/kudzu

Scroll down to line 50 and change:

/usr/sbin/kudzu $KUDZU_ARGS -t 30

to

/usr/sbin/kudzu $KUDZU_ARGS -t 5

CTRL+X to exit and then Y when asked to save.

The -t option is the timeout value. I set it to 5 seconds instead of 30, but set it to whatever timeout you feel comfortable with. Use the extra 25 seconds wisely!

-Schw00d

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]
01
May 19th, 2007 3:28 pm

how bout disabling it all together..

how many times do we change the hardware on our trixboxes !!!

J

02
May 22nd, 2007 1:34 pm

Good question mongoose. To disable kudzu entirely, do the following from the Linux CLI:

cd /etc/rc.d/init.d
rm kudzu

Then answer Y when asked if you are sure…that’s it!

-Schw00d

You must be logged in to post a comment.