kiwi-el8/test/data/example_no_imageinclude_config.xml
Marcus Schäfer d7d631c8a7 Apply schema v6.6 stylesheet to XML descriptions
Updates all XML descriptions to latest schema version and
also includes adaptions to the test XML descriptions for
testing the new Xen guest and server setup
2017-07-20 10:34:37 +02:00

67 lines
2.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<image schemaversion="6.6" name="LimeJeOS-openSUSE-13.2" displayname="Bob">
<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>
<preferences>
<locale>de_DE</locale>
</preferences>
<preferences>
<type bootloader="grub2" image="oem" primary="true" boot="oemboot/example-distribution" firmware="efi" kernelcmdline="splash" vga="0x303" editbootconfig="my_edit_boot_script" editbootinstall="/absolute/path/to/my_edit_boot_install" fsmountoptions="async">
<size unit="G" additive="true">1</size>
<systemdisk name="mydisk"/>
<machine memory="512" xen_loader="pvgrub">
<vmdisk id="0" device="/dev/xvda" controller="ide"/>
<vmnic interface=""/>
<vmdvd id="0" controller="scsi"/>
</machine>
<oemconfig>
<oem-systemsize>2048</oem-systemsize>
<oem-swap>true</oem-swap>
<oem-recovery>false</oem-recovery>
</oemconfig>
</type>
<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>
<bootsplash-theme>openSUSE</bootsplash-theme>
<bootloader-theme>openSUSE</bootloader-theme>
</preferences>
<users>
<user pwdformat="plain" password="mypwd" shell="/bin/bash" id="815" realname="Bob" home="/root" name="root"/>
</users>
<repository type="yast2" priority="42">
<source path="iso:///image/CDs/dvd.iso"/>
</repository>
<repository type="rpm-md">
<source path="obs://Devel:PubCloud:AmazonEC2/SLE_12_GA"/>
</repository>
<packages type="image" patternType="plusRecommended">
<namedCollection name="base"/>
<product name="openSUSE"/>
<package name="plymouth-branding-openSUSE" bootinclude="true"/>
<package name="grub2-branding-openSUSE" bootinclude="true"/>
<package name="ifplugd"/>
<package name="iputils"/>
<package name="vim" bootdelete="true"/>
<package name="openssh"/>
<archive name="/absolute/path/to/image.tgz" bootinclude="true"/>
<package name="foo" arch="s390"/>
</packages>
<packages type="bootstrap">
<package name="filesystem"/>
<namedCollection name="bootstrap-collection"/>
<product name="kiwi"/>
<archive name="bootstrap.tgz"/>
</packages>
</image>