kiwi-el8/test/data/example_multiple_users_config.xml
David Cassany 25bb84b148 Corrections on test kiwi description files
Some attributes needed to be changed in the test xmls. With this
commit all the description files are consistent with the new co-
occurrence constraints.
2016-10-24 13:07:06 +02:00

51 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<image schemaversion="6.4" name="LimeJeOS-openSUSE-13.2">
<description type="system">
<author>Marcus Schäfer</author>
<contact>ms@suse.com</contact>
<specification>
openSUSE 13.2 JeOS, is a small text based image
</specification>
</description>
<profiles>
<profile name="xenFlavour" description="VMX with Xen kernel"/>
<profile name="ec2Flavour" description="VMX with EC2/Xen kernel"/>
<profile name="vmxFlavour" description="VMX with default kernel" import="true"/>
</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>
<type image="vmx" filesystem="btrfs" boot="oemboot/suse-13.2" bootloader="grub2" kernelcmdline="splash" firmware="efi">
</type>
</preferences>
<users>
<user pwdformat="plain" password="mypwd" shell="/bin/bash" id="815" realname="Bob" home="/root" name="root"/>
<user pwdformat="plain" password="mypwd" home="/home/tux" name="tux"/>
<user groups="kiwi,users" pwdformat="plain" password="mypwd" home="/home/kiwi" name="kiwi"/>
</users>
<users>
<user groups="users" pwdformat="plain" password="mypwd" home="/home/tux" name="tux"/>
<user groups="kiwi,admin" pwdformat="plain" password="mypwd" home="/home/kiwi" name="kiwi"/>
</users>
<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>