components/desktop-environments: Uninstall Xorg instead of excluding it
For the moment, the base-x group is required by the Workstation and KDE environment groups, so we need to work around this by telling KIWI to uninstall it after everything is installed instead of excluding it from the beginning.
This commit is contained in:
parent
31e2285ee0
commit
fa8af4621f
@ -22,10 +22,12 @@
|
||||
<package name="mesa-dri-drivers"/>
|
||||
<package name="mesa-vulkan-drivers"/>
|
||||
<package name="plymouth-system-theme"/>
|
||||
<ignore name="xorg-x11-server-Xorg"/>
|
||||
<ignore name="@dial-up"/>
|
||||
<ignore name="@guest-desktop-agents"/>
|
||||
</packages>
|
||||
<packages type="uninstall" profiles="DesktopCommon">
|
||||
<package name="xorg-x11-server-Xorg"/>
|
||||
</packages>
|
||||
<packages type="image" patternType="plusRecommended" profiles="GNOME-Desktop">
|
||||
<namedCollection name="workstation-product-environment"/>
|
||||
<package name="fedora-release-workstation"/>
|
||||
|
Loading…
Reference in New Issue
Block a user