Dimitrie O. Paun wrote:
On Mon, Nov 29, 2004 at 11:21:01AM -0500, Paul Nasrat wrote:
A quick non-hackish option is to use a depsolver, rather than anaconda
eg:
yum --installroot=/srv/stateless-fc3 groupinstall "GNOME Desktop
Environment"
yum grouplist for the groups (you can edit the yum source to enable
hidden groups).
This uses comps.xml which is the same as for anaconda's groups in ks.cfg
Thank you Paul,
This is a good idea. I was however hoping to be able to leverage the
nice UI that Anaconda offers to select packages. Is that UI available
separately?
Yes, try: system-config-packages
Paul.