Diffstat (limited to 'components/desktops/phosh.xml')
| -rw-r--r-- | components/desktops/phosh.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/components/desktops/phosh.xml b/components/desktops/phosh.xml index 1d3c7a5..7362244 100644 --- a/components/desktops/phosh.xml +++ b/components/desktops/phosh.xml @@ -1,13 +1,15 @@ <image> <profiles> - <profile name="DesktopCommon" description="Common desktop packages"/> <profile name="Phosh-Desktop" description="Phosh Desktop"> <requires profile="DesktopCommon"/> </profile> </profiles> + <packages type="bootstrap" patternType="plusRecommended" profiles="Phosh-Desktop"> + <package name="fedora-release-mobility"/> + </packages> <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"/> + <package name="initial-setup-gui-wayland-generic"/> </packages> </image> |