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?