1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
<?xml version="1.0" encoding="utf-8"?>
<image schemaversion="8.3" 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 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>
<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 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>
|