asahi-kiwi-descriptions/platforms/minimal.xml

24 lines
897 B
XML
Raw Permalink Normal View History

<image>
<profiles>
<profile name="Minimal" description="Minimal Environment">
<requires profile="BootCore"/>
<requires profile="Common"/>
</profile>
</profiles>
<preferences profiles="Minimal">
2023-11-17 15:33:18 +00:00
<type image="oem" filesystem="btrfs" kernelcmdline="" 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">
2024-04-30 05:10:14 +00:00
<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>
<packages type="image" patternType="plusRecommended" profiles="Minimal">
<package name="fedora-release"/>
</packages>
</image>