Install order

Jason Kohles email at jasonkohles.com
Wed Feb 7 14:19:37 UTC 2007


On Feb 7, 2007, at 6:08 AM, <tamas.1.simon at nokia.com> <tamas. 
1.simon at nokia.com> wrote:

> Hi,
>
> I have a custom cd with 249 rpm packages.
> In the ks.cfg file the %packages section look like this (alphabet
> order):
>
> #Package install information
> %packages --resolvedeps
> @ everything
> anacron
> apr
> apr-util
> audit
> audit-libs
> authconfig
> basesystem
> ....
>
> But it starts to install the packages with the 'comps' package.
>
> How does it decide what package to start the install with?
>
Based on the dependencies of each package.  It installs comps first  
because comps contains dependency information for the rest of the  
packages, then it determines what order to install based on that  
dependency information, so if package 'bar' requires package 'foo' be  
installed, then foo will be installed before bar, regardless of what  
order they are in in your ks.cfg.

-- 
Jason Kohles
email at jasonkohles.com
http://www.jasonkohles.com/
"A witty saying proves nothing."  -- Voltaire





More information about the Kickstart-list mailing list