kiwi-el8/test/data/example_disk_size_volume_config.xml
Marcus Schäfer 9292a84d20
Improve grub console setup
The console attribute in the bootloader section was used to
target both, output and input console setup using a space separator.
However, there can be multiple consoles specified for output
and input consoles and that turns the idea to handle both in
one attribute into a mess. This commit drops the console attribute
and offers two new attributes output_console and input_console which
can define multiple consoles each using space as a separator.
For example:

    <bootloader ... output_console="console serial" input_console="console"/>

This change comes with a schema version bump to v8.4
An automatic XSL transformation template for the old console
attribute into the new output_console and input_console
attributes is also part of this commit.

This Fixes #2886
2025-11-24 17:50:11 +01:00

47 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<image schemaversion="8.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>
<preferences>
<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>
<rpm-check-signatures>false</rpm-check-signatures>
<bootsplash-theme>openSUSE</bootsplash-theme>
<bootloader-theme>openSUSE</bootloader-theme>
<type image="oem" filesystem="ext3" kernelcmdline="splash" firmware="efi">
<oemconfig>
<oem-resize>false</oem-resize>
</oemconfig>
<systemdisk>
<volume name="usr/lib" size="1G"/>
<volume name="usr/bin" size="50"/>
<volume name="@root" freespace="500M"/>
<volume name="etc_volume" mountpoint="etc"/>
<volume name="local_volume" size="all" mountpoint="/usr/local"/>
<volume name="new_volume" mountpoint="newfolder"/>
</systemdisk>
</type>
</preferences>
<repository>
<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>