3rd Party Package Dependencies

Joel Andres Granados jgranado at redhat.com
Mon Mar 10 09:40:28 UTC 2008


Seidel Peter wrote:
> Hello,
> 
> I'm currently trying to set up a RHEL5 kickstart installation for our company.
> 
> Everything work fine so far, but I have a Problem with the dependencies of 3rd Party Packages(.rpm/closed source) like VMware Player or Vnc-E. The dependencies aren't set probably by the Distributors. Result is, that the Packages, which are running some shell scripts, are getting installed even before Coreutils and that goes terribly wrong.
> 
> So, is there any possibility to change the Package installation order, or any other suggestions?
> 
> I already tried to make a meta Package, which is an empty package that just have dependencies with coreutils and VMware, than take the Vmware Package out of the kickstart(.ks) file. But it didn't work the VMware still installed too early.
> 
> Thank you all in advance
> 
> Peter
> 
> _______________________________________________
> Kickstart-list mailing list
> Kickstart-list at redhat.com
> https://www.redhat.com/mailman/listinfo/kickstart-list

You can use kickstarts %post section:

%post

wget http://path/to/vmware/package.rpm
wget http://path/to/vnc/package.rpm

rpm -ihv *.rpm

Just an idea :)
-- 
Joel Andres Granados
Red Hat / Brno, Czech Republic




More information about the Kickstart-list mailing list