asahi-kiwi-descriptions/platforms/server.xml
Neal Gompa b48721a82a platforms/server: Drop the var subvolume for now
At the moment, the resulting image breaks because of an issue
where the subvolumes aren't mounted before the data is synced
to it as part of the image build.

Reference: https://github.com/OSInside/kiwi/issues/2356
2023-08-21 23:24:16 -04:00

26 lines
1.0 KiB
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="" target_blocksize="4096" bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" 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="grub2" console="console" timeout="5" timeout_style="hidden"/>
<systemdisk name="fedora">
<volume name="@root=root"/>
<volume name="home" parent="/"/>
</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>