asahi-kiwi-descriptions/platforms/workstation.xml
2024-04-30 10:40:14 +05:30

29 lines
1.2 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="rhgb quiet" target_blocksize="4096" bootpartition="true" bootpartsize="1024" bootfilesystem="ext4" efipartsize="500" firmware="uefi" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" rootfs_label="fedora" fsmountoptions="x-systemd.growfs,compress=zstd:1">
<bootloader name="systemd_boot"/>
<systemdisk name="fedora">
<volume name="@root=root"/>
<volume name="home" parent="/"/>
</systemdisk>
<oemconfig>
<oem-resize>false</oem-resize>
</oemconfig>
</type>
</preferences>
</image>