Add initial configuration for MiracleWM spin

Reference: https://fedoraproject.org/wiki/Changes/FedoraMiracle
This commit is contained in:
Neal Gompa 2024-08-22 11:20:22 -04:00
parent 8203a65b0c
commit 2b2f7ab4d5
3 changed files with 32 additions and 0 deletions

View File

@ -29,6 +29,7 @@
<include from="this://./components/desktops/phosh.xml"/>
<include from="this://./components/desktops/sway.xml"/>
<include from="this://./components/desktops/budgie.xml"/>
<include from="this://./components/desktops/miraclewm.xml"/>
<include from="this://./components/liveinstall.xml"/>
<include from="this://./components/users.xml"/>
<include from="this://./teams/cloud/cloud.xml"/>
@ -45,6 +46,7 @@
<include from="this://./teams/soas.xml"/>
<include from="this://./teams/sway.xml"/>
<include from="this://./teams/budgie.xml"/>
<include from="this://./teams/miraclewm.xml"/>
<packages type="bootstrap">
<package name="basesystem"/>
<package name="filesystem"/>

View File

@ -0,0 +1,15 @@
<image>
<profiles>
<profile name="DesktopCommon" description="Common desktop packages"/>
<profile name="MiracleWM-Desktop" description="MiracleWM Desktop">
<requires profile="DesktopCommon"/>
</profile>
</profiles>
<packages type="image" patternType="plusRecommended" profiles="MiracleWM-Desktop">
<!-- install env-group to resolve RhBug:1891500 -->
<namedCollection name="miraclewm-desktop-environment"/>
<namedCollection name="firefox"/>
<package name="initial-setup-gui"/>
<package name="initial-setup-gui-wayland-miraclewm"/>
</packages>
</image>

15
teams/miraclewm.xml Normal file
View File

@ -0,0 +1,15 @@
<image>
<profiles>
<profile name="MiracleWM-Live" description="MiracleWM Spin Live DVD">
<requires profile="MiracleWM-Desktop"/>
<requires profile="LiveInstall"/>
</profile>
<profile name="MiracleWM-Disk" description="MiracleWM Spin Install Disk">
<requires profile="BootDiskCore"/>
<requires profile="MiracleWM-Desktop"/>
</profile>
</profiles>
<packages type="bootstrap" patternType="plusRecommended" profiles="MiracleWM-Live,MiracleWM-Disk">
<package name="fedora-release-miraclewm"/>
</packages>
</image>