I've been playing around with revisor trying to make a pretty minimal spin (I don't want it to be a live spin. I want it to run easily on most normal hardware but have no applications installed by default, including any desktop environments. If I want to put gnome or kde or xfce on later I can easily via yum anyway).
I'm finding it hard to get my head around the %packages section of the revisor/kickstart config file.
Say, for example, I want to put elinks on. Revisor can't find elinks unless I add the line @text-internet. If I add this line then it also adds packages such as bittorrent, mutt etc, which I don't want. Rather than having to use @text-internet -bittorrent -mutt etc just to get elinks only, which is what kickstart generates when I play around in that, is there any way to just get elinks on. (this isn't specific to elinks, there are some other little things that I would like to add on their own like dhclient and wget, I'm just using elinks as an example)
Also, does %packages --resolvedeps actually make a difference with revisor?