On Mon, Nov 03, 2003 at 12:38:14PM -0500, Robison, Jonathon (M.) wrote:
Thanks for the help. One small problem - changing the /suse/setup/descr changes the things that show up if the user chooses to "Select individual packages". I don't believe it changes the 3 items that show up in the install BEFORE that step - the one that asks "Minimal, Minimal with X, or Default".
I'm not quite sure about this but my guess is that this can be configured via this part of selection file: ---------------------------------------------------------------------------------- +Con: Minimal+X11 Minimal Alles -Con: =Cat: baseconf =Vis: true =Ord: 03 ---------------------------------------------------------------------------------- The 'Cat' setting seems to distinguish between basic variants (baseconf) and add-ons (addon), 'Vis' says whether a selection should be visible to the manual installer (you can define "invisible" selections only for AutoYaST), 'Ord' is for defining selections order. Section 'Req' and 'Con' define dependencies and conflicts. This is what I guessed from my experiments but it is not guaranteed. Take it only as a starting point. Michal Kubecek