I am trying to build a pared down RH distribution (fits on one CDROM and installs itself [the kickstart config is on CDROM]). Anyway, most everything works, except that now I am trying to add minimal X support. I mistakenly thought that the X servers would be part of the comps files, and so my first attempt at adding X support failed as the X server was not there on the CDROM. After some thought I realized that it made sense that the XServer would not be in the comps file, but I then came to the question, "by what means does the appropriate XServer get installed?". I know you can tell it to use a particular XServer in the kickstart config, but what if you wanted all the X Servers (of the ones you choose to put on the CDROM; say the frame buffer one and the SVGA one) just wanted them all to be installed, and then have someone XConfigurator later? What would be the correct way to do this? Thanks...james