<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Thank you Jodok for responding and providing example steps. Much Appreciated!!!<br><br>I guess I will be able to use NFS instead of HTTP right? Also the 3rd party software I want to install are not RPM packages but is interactive and need to provide input. To name one I am trying to see if I can install NBU client software on server as a part of post install. So I believe need to provide those inputs in the kickstart profile itself but don't know if I can do that. <br><br>Regards,<br>Arvind.<br><br>> Date: Wed, 21 Oct 2009 09:40:53 +0200<br>> From: jodok.muellers@aschendorff.de<br>> To: kickstart-list@redhat.com<br>> CC: an_linux@live.com<br>> Subject: Re: 3rd Party Software Install - Kickstart<br>> <br>> <br>> > Can anyone please tell me if it is possible to install 3rd party<br>> > software as part of kickstart post installation process. <br>> > If it can be then provide me some pointers as to how I can achieve it.<br>> <br>> <br>> <br>> Put your software RPMs in a directory reachable by http,<br>> in that directory run "createrepo ."<br>> <br>> in your post section create a repo description for yum<br>> <br>> cat<EOF > /etc/yum.repos.d/my_extra.repo<br>> <br>> [extra]<br>> name=Extra Stuff<br>> baseurl=http://host.tld/path/to/your/rpm/dir<br>> failovermethod=priority<br>> enabled=1<br>> gpgcheck=0<br>> EOF<br>> <br>> After that you will be able put something like this in your post section:<br>> <br>> yum -y install extrasoftware<br>> <br>> <br>> regards<br>> jodok<br>> <br>                                      <br /><hr />Hotmail: Trusted email with powerful SPAM protection. <a href='http://clk.atdmt.com/GBL/go/177141665/direct/01/' target='_new'>Sign up now.</a></body>
</html>