asahi-kiwi-descriptions/platforms/workstation.xml
Neal Gompa fa9cfc4ece Remove the Cinnamon desktop profile
At this time, we do not intend to support the Cinnamon desktop due
to its reliance on X11 and the lack of interest by the upstream
Fedora Cinnamon SIG for ARM for their spin.

This mostly reverts commit a3c3a8137f.
2023-04-16 11:21:42 -04:00

29 lines
1.1 KiB
XML

<image>
<profiles>
<profile name="WorkstationCommon" description="Workstation spin common configuration">
<requires profile="BootCore"/>
<requires profile="DesktopCommon"/>
</profile>
<profile name="Workstation-GNOME" description="Workstation with GNOME Desktop">
<requires profile="WorkstationCommon"/>
<requires profile="GNOME-Desktop"/>
</profile>
<profile name="Workstation-KDE" description="Workstation with KDE Desktop">
<requires profile="WorkstationCommon"/>
<requires profile="KDE-Desktop"/>
</profile>
</profiles>
<preferences profiles="WorkstationCommon">
<type image="oem" filesystem="btrfs" kernelcmdline="scsi_mod.use_blk_mq=1 multipath=off rhgb quiet" target_blocksize="4096" bootpartition="true" bootpartsize="1000" bootfilesystem="ext4" efipartsize="500" firmware="uefi" fsmountoptions="x-systemd.growfs,compress=zstd:1">
<bootloader name="grub2" console="console" timeout="5" timeout_style="hidden"/>
<systemdisk name="fedora">
<volume name="home"/>
<volume name="root"/>
</systemdisk>
<oemconfig>
<oem-resize>false</oem-resize>
</oemconfig>
</type>
</preferences>
</image>