Thank you Jodok for responding and providing example steps. Much Appreciated!!!
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.
Regards,
Arvind.
> Date: Wed, 21 Oct 2009 09:40:53 +0200
> From: [email protected]
> To: [email protected]
> CC: [email protected]
> Subject: Re: 3rd Party Software Install - Kickstart
>
>
> > Can anyone please tell me if it is possible to install 3rd party
> > software as part of kickstart post installation process.
> > If it can be then provide me some pointers as to how I can achieve it.
>
>
>
> Put your software RPMs in a directory reachable by http,
> in that directory run "createrepo ."
>
> in your post section create a repo description for yum
>
> cat<EOF > /etc/yum.repos.d/my_extra.repo
>
> [extra]
> name=Extra Stuff
> baseurl=http://host.tld/path/to/your/rpm/dir
> failovermethod=priority
> enabled=1
> gpgcheck=0
> EOF
>
> After that you will be able put something like this in your post section:
>
> yum -y install extrasoftware
>
>
> regards
> jodok
>
_________________________________________________________________
Hotmail: Trusted email with powerful SPAM protection.
http://clk.atdmt.com/GBL/go/177141665/direct/01/_______________________________________________
Kickstart-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/kickstart-list