[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: tar.gz installation
- From: Bryan J Smith <bjs redhat com>
- To: Discussion list about Kickstart <kickstart-list redhat com>
- Subject: Re: tar.gz installation
- Date: Fri, 22 May 2009 15:54:14 -0400
On Fri, 2009-05-22 at 15:58 -0300, Pablo Bernasconi wrote:
> Hi everyone,
> I ve just subscribed to the list. I have little experience in doing
> kickstart files and I have a problem to solve.
> I need to install a blabla.tar.gz by the kickstart file. Anyone could
> help me???
> How do I move the tar.gz file to the system so then in the %post
> section (I supouse) do:
> tar -xvzf blabla.tar.gz
> ./configure
> make
> make install
> Thank you very much!!!
Three mechanisms:
1. Create a real RPM out of the tarball, so it's under RPM management
2. Stuff the tarball in a simple RPM (files only) so it's installed to
the system already, ready-to-be-extracted
3. Put the tarball on a HTTP server, then do a "curl -O http://" to
fetch it during %post
#1 and #3 are the most common. I wouldn't recommend #2, it's probably
just better to do #1 (or #3 if you're not going to do it right).
If you have Spacewalk / RHN Satellite Server, the /pub URL on the server
itself is available (/var/www/html/pub). You can also use a
configuration channel to push down any required post-installation and/or
configuration files/scripts for it.
--
Bryan J Smith Senior Consultant Red Hat GPS SE US
mailto:bjs redhat com +1 (407) 489-7013 (Mobile)
mailto:b j smith ieee org (non-RH/ext to Blackberry)
--------------------------------------------------------
You already know Red Hat as the entity dedicated to 100%
no-IP-strings-attached, community software development.
But do you know where CIOs rate Red Hat versus other
software and services firms for their own, direct needs?
It's no comparison: http://www.redhat.com/promo/vendor/
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]