Make the user visible patterns configurable, added MicroOS products#916
Make the user visible patterns configurable, added MicroOS products#916
Conversation
Otherwise the automated script would add it at the end of the file.
* we can probably expect openSUSE variants of Dolomite or Marble prior we have Leap 16.0 * Fixes Issue #907
| FileUtils.mkdir_p(File.dirname(target)) | ||
| FileUtils.cp(f, target) | ||
| else | ||
| # if there is a new product file it needs to be copied manually |
There was a problem hiding this comment.
Without putting too much thinking into it... not sure if this is the behavior I would expect.
There was a problem hiding this comment.
well, problem is that it is hard to know which product belongs to which iso
There was a problem hiding this comment.
The problem is that the Git repository contains YAML files for all product. If you are patching the openSUSE Agama installer then the Live medium contains only the openSUSE products.
If yupdate would install all files you would suddenly see the ALP Dolomite product in the list, that would be confusing. So I decided to patch only the existing files and to not blindly copy everything available. IMHO it is better to have a safer default behavior.
| - gnome | ||
| - yast2_basis | ||
| - yast2_desktop | ||
| - yast2_server |
There was a problem hiding this comment.
I am not sure if it makes sense to have all three. Maybe just desktop and server yast modules will be enough?
There was a problem hiding this comment.
I'm not sure. If you want to have YaST just for the package management then the yast2_basis is enough. On the other hand the yast_desktop pattern adds just few megabytes more, not a big deal...
jreidinger
left a comment
There was a problem hiding this comment.
LGTM, nothing critical
Problem
Solution
Additional Fixes
Testing
Screenshots