Lars Stavholm wrote:
I've added my own rpms following Uwe's instructions...
create_update_source.sh myInstSrc cp my rpm's into myInstSrc/updates/suse/ cd myInstSrc/updates/suse create_package_descr cd setup/descr ls > directory.yast echo 'http://install/suse/...' > myInstSrc/add_on_products
...and it all works just great.
Doing a manual (network) install, I can find my added rpms (using Search) and the select them to be installed as needed. Doing an automated install over the network, with my rpm's specified explicitly in the autoinst.xml file, my added rpm's gets installed as well.
However, I wonder if there's any way one can add a selection like "MyAddons" using a "MyAddons.sel" file as was the case in previous versions of autoyast? Reason being that when doing a manual install, I would like to have a selection "MyAddons" already on the first page so the user doesn't have to worry about the exact rpm's that is contained in that selection (the way all the other selections work, like Min, Minimal+X11, etc.). Another reason is that this is what my users are used to from our SuSE 9.3 days.
Anyone?
Well, luckily enough as it turns out, a bit of trial and error revealed that the solution is to put the files "MyAddons.sel" and "selections" into the myInstSrc/updates/suse/setup/descr directory prior to running the "create_package_descr" command. The "selections" file containing one line: "MyAddons.sel". I wish these things were documented somewhere (or are they?) R /Lars Stavholm