Phosh updates

This commit is contained in:
Allan
2025-03-12 08:21:40 +00:00
committed by ngompa
parent c1c5bcdf1e
commit 01b5342bb5
4 changed files with 20 additions and 1 deletions
+1
View File
@@ -56,6 +56,7 @@
<include from="this://./teams/asahi.xml"/> <include from="this://./teams/asahi.xml"/>
<include from="this://./teams/python.xml"/> <include from="this://./teams/python.xml"/>
<include from="this://./teams/scitech.xml"/> <include from="this://./teams/scitech.xml"/>
<include from="this://./teams/phosh.xml"/>
<packages type="bootstrap"> <packages type="bootstrap">
<package name="filesystem"/> <package name="filesystem"/>
</packages> </packages>
+2
View File
@@ -37,3 +37,5 @@
| | `oem` | `Python-Classroom-Disk` | | | `oem` | `Python-Classroom-Disk` |
| | `oem` | `Python-Classroom-Vagrant-libvirt` | | | `oem` | `Python-Classroom-Vagrant-libvirt` |
| | `oem` | `Python-Classroom-Vagrant-VirtualBox` | | | `oem` | `Python-Classroom-Vagrant-VirtualBox` |
| Phosh Spin | `iso` | `Phosh-Desktop-Live` |
| | `oem` | `Phosh-Desktop-Disk` |
+2 -1
View File
@@ -5,10 +5,11 @@
</profile> </profile>
</profiles> </profiles>
<packages type="bootstrap" patternType="plusRecommended" profiles="Phosh-Desktop"> <packages type="bootstrap" patternType="plusRecommended" profiles="Phosh-Desktop">
<package name="fedora-release-phosh"/> <package name="fedora-release-mobility"/>
</packages> </packages>
<packages type="image" patternType="plusRecommended" profiles="Phosh-Desktop"> <packages type="image" patternType="plusRecommended" profiles="Phosh-Desktop">
<!-- install env-group to resolve RhBug:1891500 --> <!-- install env-group to resolve RhBug:1891500 -->
<namedCollection name="phosh-desktop-environment"/> <namedCollection name="phosh-desktop-environment"/>
<package name="initial-setup-gui-wayland-generic"/>
</packages> </packages>
</image> </image>
+15
View File
@@ -0,0 +1,15 @@
<image>
<profiles>
<profile name="Phosh-Live" description="Phosh Spin Live DVD">
<requires profile="Phosh-Desktop"/>
<requires profile="LiveInstall"/>
</profile>
<profile name="Phosh-Disk" description="Phosh Spin Install Disk">
<requires profile="BootDiskCore"/>
<requires profile="Phosh-Desktop"/>
</profile>
</profiles>
<packages type="bootstrap" patternType="plusRecommended" profiles="Phosh-Disk,Phosh-Live">
<package name="fedora-release-mobility"/>
</packages>
</image>