Diffstat (limited to 'components/desktops/common.xml')
| -rw-r--r-- | components/desktops/common.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/components/desktops/common.xml b/components/desktops/common.xml index fed17c4..08d6956 100644 --- a/components/desktops/common.xml +++ b/components/desktops/common.xml @@ -1,17 +1,17 @@ <image> <profiles> - <profile name="DesktopCommon" description="Common desktop packages"> - <requires profile="BaseCommon"/> - <requires profile="HardwareCommon"/> - </profile> + <profile name="DesktopCommon" description="Common desktop packages"/> </profiles> <packages type="image" patternType="plusRecommended" profiles="DesktopCommon"> + <namedCollection name="internet-browser"/> <namedCollection name="fonts"/> <namedCollection name="multimedia"/> <namedCollection name="networkmanager-submodules"/> - <namedCollection name="printing"/> + <namedCollection name="office-suite"/> + <namedCollection name="hardware-support"/> + <namedCollection name="print-client"/> <namedCollection name="guest-desktop-agents"/> - <package name="mediawriter"/> + <namedCollection name="standard"/> <ignore name="gfs2-utils"/> <ignore name="reiserfs-utils"/> </packages> |