kiwi-el8/test/data/example_lvm_arch_config.xml
Marcus Schäfer 9c8f0b0879
Add support for arch selector on volumes
The optional <volume ... arch=""/> attribute allows to create
the volume only if it matches the specified host architecture.
Multiple architecture names can be specified as comma separated
list.
2024-07-04 10:58:37 +02:00

27 lines
822 B
XML

<?xml version="1.0" encoding="utf-8"?>
<image schemaversion="8.0" name="Some">
<description type="system">
<author>Marcus Schäfer</author>
<contact>some@some.com</contact>
<specification>
Test arch specific volume setup
</specification>
</description>
<preferences>
<version>1.1.1</version>
<packagemanager>zypper</packagemanager>
<type image="oem" filesystem="ext3" installiso="true" kernelcmdline="splash" firmware="efi">
<systemdisk>
<volume name="usr/lib" arch="aarch64"/>
</systemdisk>
</type>
</preferences>
<repository>
<source path="obs://some/repo/oss"/>
</repository>
<packages type="bootstrap">
<package name="filesystem"/>
</packages>
</image>