> Thanks, I have the driver. RaQWare has it at
> http://fsn.raqware.com/CentOS4/FSN-Tyan-LCD-1.0-3.noarch.rpm. What I
> was looking for was to automate the installation from the CD. I have
> in the past installed post-install from the console myself. Because
> I am sending my box to a data center, I want to send them a CD to
> restore from with everything on it in case of an emergency. I want
> to make it as simple as possible to reduce screwups,
> headaches, and cost.
>
> I usually use chkconfig service add (I may have the syntax wrong) to
> add to startup instead of the old ways which meant to a ln -s from
> the init.d to the correct rc.d folder with the correct SXX number.
>
Add the rpm to /PKGS/
Then edit the /PKGS/install.script adding (all on one line, please)
rpm -ivh --force --nodeps /tmp/PKGS/FSN-Tyan-LCD-1.0.3.noarch.rpm >
/dev/null 2>&1
That should install it after the first login.
Gerald