> It's easier to install everything, than trying to figure out later
> that a user wants a piece of software and trying to go back and
> install it and its dependencies.
>
> For example, gvim isn't in the the editor group by default, for some
> strange reason. So I'd have to add that one to the kickstart file,
> along with its dependencies. And repeat for a lot of others that I
> don't know about yet.
If you want gvim, then just add that to your %packages section of the kickstart config. The kickstart process will automatically find and resolve dependencies for you with %packages --resolvedeps.
Or you could do a minimal install and install packages requested by users via yum install <package> or up2date -i <package>. Both of those will resolve dependencies and install everything needed for you.
Jeremy
_______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/rpm-list