-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make the user visible patterns configurable, added MicroOS products #916
Changes from 4 commits
33e0d22
1193ed3
8e48e41
405d3c6
4876a11
0eb856c
988a792
515477a
de02a86
acadadc
ddcffaa
7a19b73
9376a72
9808933
97da667
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,15 @@ software: | |
mandatory_patterns: | ||
- enhanced_base # only pattern that is shared among all roles on TW | ||
optional_patterns: null # no optional pattern shared | ||
user_patterns: | ||
- basic_desktop | ||
- xfce | ||
- kde | ||
- gnome | ||
- yast2_x11 | ||
- yast2_server | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 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. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm not sure. If you want to have YaST just for the package management then the |
||
- multimedia | ||
- office | ||
mandatory_packages: | ||
- NetworkManager | ||
optional_packages: null | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Without putting too much thinking into it... not sure if this is the behavior I would expect.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well, problem is that it is hard to know which product belongs to which iso
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.