b558e172c1
This ensures that the correct variant packages are installed.
16 lines
566 B
XML
16 lines
566 B
XML
<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-phosh"/>
|
|
</packages>
|
|
<packages type="image" patternType="plusRecommended" profiles="Phosh-Desktop">
|
|
<!-- install env-group to resolve RhBug:1891500 -->
|
|
<namedCollection name="phosh-desktop-environment"/>
|
|
</packages>
|
|
</image>
|