kiwi-el8/test/data/example_btrfs_vol_config.xml
Marcus Schäfer f986570313
Add quota attribute to volume section
Allow to set quota per volume for the btrfs filesystem
This Fixes #2651
2024-09-26 11:49:02 +02:00

28 lines
839 B
XML

<?xml version="1.0" encoding="utf-8"?>
<image schemaversion="8.2" name="custom-btrfs-volume-setup">
<description type="system">
<author>Marcus Schäfer</author>
<contact>marcus.schaefer@suse.com</contact>
<specification>Some</specification>
</description>
<preferences>
<version>1.15.5</version>
<packagemanager>zypper</packagemanager>
<type image="oem" filesystem="btrfs">
<systemdisk>
<volume name="some" quota="500M"/>
</systemdisk>
</type>
</preferences>
<repository>
<source path="obs://some/repo/oss"/>
</repository>
<packages type="image">
<package name="patterns-openSUSE-base"/>
</packages>
<packages type="bootstrap">
<package name="filesystem"/>
</packages>
</image>