The bootloader settings are handled through attributes in the type element. Over the years some attributes were added and there are requests for more settings. Therefore the bootloader setup deservers its own section. With this commit the schema changes from v7.1 to v7.2 and moves bootloader, bootloader_console boottimeout and zipl_targettype into a new bootloader subsection below type. The commit also adds an auto transformation template such that customers don't have to change their image descriptions. This is related to Issue #1401
66 lines
2.7 KiB
XML
66 lines
2.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<image schemaversion="7.2" 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>
|