<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Bryan J Smith wrote:
<blockquote cite="mid:1243022054.4102.13.camel@localhost.localdomain"
 type="cite">
  <pre wrap="">On Fri, 2009-05-22 at 15:58 -0300, Pablo Bernasconi wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">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!!!
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Three mechanisms:

1.  Create a real RPM out of the tarball, so it's under RPM management

  </pre>
</blockquote>
<tt>Do yourself a favour, and use this method.  If this is something
you're going to want to install on more than one server, make an RPM
out of it.  It's really not hard, and you'll save yourself so many
headaches in the long run.<br>
<br>
Matt<br>
</tt>
<blockquote cite="mid:1243022054.4102.13.camel@localhost.localdomain"
 type="cite">
  <pre wrap="">


--
Bryan J Smith     Senior Consultant    Red Hat GPS SE US
<a class="moz-txt-link-freetext" href="mailto:bjs@redhat.com">mailto:bjs@redhat.com</a>         +1 (407) 489-7013 (Mobile)
<a class="moz-txt-link-freetext" href="mailto:b.j.smith@ieee.org">mailto:b.j.smith@ieee.org</a>     (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:  <a class="moz-txt-link-freetext" href="http://www.redhat.com/promo/vendor/">http://www.redhat.com/promo/vendor/</a>

_______________________________________________
Kickstart-list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Kickstart-list@redhat.com">Kickstart-list@redhat.com</a>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/kickstart-list">https://www.redhat.com/mailman/listinfo/kickstart-list</a>
  </pre>
</blockquote>
</body>
</html>