kiwi-el8/test/data/root-dir/image
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
..
config.xml Improve grub console setup 2025-11-24 17:50:11 +01:00
exclude_files_efifatimage.yaml Add support for filtering out files from the ESP image for GRUB 2025-04-16 15:59:30 -04:00
exclude_files.yaml Add support for a custom exclude file 2021-04-16 10:23:33 +02:00