asahi-kiwi-descriptions/platforms/server.xml
Leif Liddy b4777d0f33
install server-product-environment group
The server-product-environment group will install "Domain Membership" (which is the same
group as domain-client). It will also install server-product and headless-management.
2022-12-24 01:52:44 +01:00

27 lines
1005 B
XML

<image>
<profiles>
<profile name="Server" description="Server Disk Image">
<requires profile="BootCore"/>
<requires profile="Common"/>
</profile>
</profiles>
<preferences profiles="Server">
<type image="oem" filesystem="btrfs" kernelcmdline="scsi_mod.use_blk_mq=1 multipath=off" target_blocksize="4096" bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" 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"/>
<volume name="var"/>
</systemdisk>
<oemconfig>
<oem-resize>false</oem-resize>
</oemconfig>
</type>
</preferences>
<packages type="image" patternType="plusRecommended" profiles="Server">
<namedCollection name="container-management"/>
<namedCollection name="server-product-environment"/>
<package name="fedora-release-server"/>
</packages>
</image>