How about rpm -e kudzu or chkconfig --levels 2345 kudzu off in your %post section? Alternative is to find for the kudzu database file (somewhere in /etc/sysconfig, I believe), and cut 'n paste the part about your modem into the %post section. - Wouter. --------------------------------------------------------------- Wouter Liefting Curriculum Owner Linux IBM Learning Services Tel. +31 (0)20 513 5057 (IBM) Tel. +31 (0)252 625 202 (Home office) Fax. +31 (0)20 513 2322 Internet: liefting@xxxxxxxxxx Dan Peterson <pete@xxxxxxx> on 28-06-2001 16:16:18 Please respond to kickstart-list@xxxxxxxxxx To: kickstart-list@xxxxxxxxxx cc: Subject: Configuring Modem in Kickstart I have a system containing an embedded modem and I'd like the modem to be configured during the installation process. The modem is on /dev/ttyS0 (aka COM1), although for some strange reason the hardware manufacturer decided to use IRQ 11 instead of the standard IRQ 4. I've solved this problem by creating an /etc/rc.serial file during kickstart %post that contains "setserial /dev/ttyS0 irq 11". The problem is, when the box boots the first time after the install, kudzu runs, and detects a "Generic Modem". So what do I need to do to pre-configure the modem so kudzu won't see it as something new? _______________________________________________ Kickstart-list mailing list Kickstart-list@xxxxxxxxxx https://listman.redhat.com/mailman/listinfo/kickstart-list