diff options
Diffstat (limited to 'components/desktops/phosh.xml')
| -rw-r--r-- | components/desktops/phosh.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/components/desktops/phosh.xml b/components/desktops/phosh.xml new file mode 100644 index 0000000..1d3c7a5 --- /dev/null +++ b/components/desktops/phosh.xml @@ -0,0 +1,13 @@ +<image> + <profiles> + <profile name="DesktopCommon" description="Common desktop packages"/> + <profile name="Phosh-Desktop" description="Phosh Desktop"> + <requires profile="DesktopCommon"/> + </profile> + </profiles> + <packages type="image" patternType="plusRecommended" profiles="Phosh-Desktop"> + <!-- install env-group to resolve RhBug:1891500 --> + <namedCollection name="phosh-desktop-environment"/> + <package name="fedora-release-phosh"/> + </packages> +</image> |