kiwi-el8/test/data/example_lvm_invalid_config.xml
Marcus Schäfer 09daca60c0
KIWI - appliance builder next generation
a rewrite of the current kiwi from https://github.com/openSUSE/kiwi
2015-12-05 16:17:10 +01:00

61 lines
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<image schemaversion="6.2" name="LimeJeOS-openSUSE-13.2">
<description type="system">
<author>Marcus Schäfer</author>
<contact>ms@novell.com</contact>
<specification>
openSUSE 13.2 JeOS, is a small text based image
</specification>
</description>
<profiles>
<profile name="invalid_volume_a" description="invalid volume"/>
<profile name="invalid_volume_b" description="invalid volume"/>
<profile name="invalid_volume_c" description="invalid volume"/>
</profiles>
<preferences>
<version>1.13.2</version>
<packagemanager>zypper</packagemanager>
<locale>en_US</locale>
<keytable>us.map.gz</keytable>
<timezone>Europe/Berlin</timezone>
<hwclock>utc</hwclock>
<rpm-excludedocs>true</rpm-excludedocs>
<rpm-check-signatures>false</rpm-check-signatures>
<bootsplash-theme>openSUSE</bootsplash-theme>
<bootloader-theme>openSUSE</bootloader-theme>
</preferences>
<preferences profiles="invalid_volume_a">
<type image="vmx" filesystem="ext3" boot="vmxboot/suse-13.2">
<systemdisk>
<volume name="foo_foo" size="1G"/>
</systemdisk>
</type>
</preferences>
<preferences profiles="invalid_volume_b">
<type image="vmx" filesystem="ext3" boot="vmxboot/suse-13.2">
<systemdisk>
<volume name="foo" mountpoint="usr_lib/foo" size="1G"/>
</systemdisk>
</type>
</preferences>
<preferences profiles="invalid_volume_c">
<type image="vmx" filesystem="ext3" boot="vmxboot/suse-13.2">
<systemdisk>
<volume name="foo-foo" mountpoint="foo/foo" size="1G"/>
</systemdisk>
</type>
</preferences>
<repository type="yast2">
<source path="obs://13.2/repo/oss"/>
</repository>
<packages type="image">
<package name="patterns-openSUSE-base"/>
</packages>
<packages type="bootstrap">
<package name="udev"/>
<package name="filesystem"/>
<package name="glibc-locale"/>
</packages>
</image>