Index: [Article Count Order] [Thread]

Date:  Thu, 25 May 2006 15:35:00 -0500
From:  "Gerald Waugh" <gwaugh (at mark) frontstreetnetworks.com>
Subject:  [coba-e:05395] Re: Adding RPMs to Nu-CentOS-BQ-4.2
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <033301c6803a$b2270d00$0301a8c0@Jerrycp>
In-Reply-To:  <7.0.0.16.2.20060521133723.050a1ed8 (at mark) muntada.com>
X-Mail-Count: 05395

> 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