kiwi-el8/doc/source
Robert Schweikert ef35bef97b
Support new bootloadersettings section
Allow to specify an optional <bootloadersettings> element
inside of the <bootloader> section. The information is used to
specify custom arguments for the tools called in a bootloader
setup procedure, e.g shim-install, grub-install or grub-mkconfig.
kiwi does not judge on the given parameters and if the provided
data is effectively used depends on the individual bootloader
implementation. In this commit the data will be effectively
handled if bootloader="grub2" is configured. More precisely
the custom additions to support SUSE's TPM model with grub2
can be configured as follows:

<bootloadersettings>
    <shimoption name="--suse-enable-tpm"/>
    <installoption name="--suse-enable-tpm"/>
    <configoption name="--set-trusted-boot"/>
</bootloadersettings>

This Fixes #2224
2023-02-22 23:27:19 +01:00
..
.images Update documentation 2018-01-30 10:37:41 +01:00
.static/css Build schema documentation with Oxygen 2017-06-29 10:38:45 +02:00
api Added new CloneDevice class 2022-04-05 17:43:41 +02:00
building_images Style changes in container docs 2022-03-09 18:14:29 +01:00
commands Allow to pass credentials as file reference 2022-12-14 16:58:43 +01:00
concept_and_workflow Added a NOTE: section to explain the finer points of adding tools to a 2022-08-03 17:27:07 -06:00
contributing Switch to pytest_container instead of custom conftest 2021-11-24 15:44:29 +01:00
image_description Support new bootloadersettings section 2023-02-22 23:27:19 +01:00
overview Update documentation in content and structure 2020-07-01 10:42:51 +02:00
plugins Added documentation about sharing backends 2021-11-23 10:43:10 +01:00
troubleshooting Update documentation 2021-12-15 22:17:11 +01:00
working_with_images Allow to specify fixed size for the root partition 2023-01-05 13:20:56 +01:00
api.rst Fixup documentation for consistency 2020-02-19 18:01:14 +01:00
building_images.rst Style changes in container docs 2022-03-09 18:14:29 +01:00
commands.rst Update documentation in content and structure 2020-07-01 10:42:51 +02:00
concept_and_workflow.rst Update and fix documentation 2021-05-16 17:43:50 +02:00
conf.py Bump version: 9.24.56 → 9.24.57 2023-02-10 08:43:21 +01:00
contributing.rst Functions integration tests (#1851) 2021-06-21 15:03:13 +02:00
image_description.rst Fixed include processing 2021-11-12 07:46:52 -05:00
image_types_and_results.rst Style changes in container docs 2022-03-09 18:14:29 +01:00
index.rst Remove Fedora PPC build test from index 2023-01-04 12:47:40 +01:00
installation.rst Update kiwi installation documentation 2021-05-17 09:39:53 +02:00
overview.rst Fixed typo in overview page 2022-07-12 15:51:55 +02:00
plugins.rst Added documentation for kiwi stackbuild plugin 2021-10-08 18:07:20 +02:00
quickstart.rst Update documentation 2021-12-15 22:17:11 +01:00
troubleshooting.rst Update documentation 2021-12-15 22:17:11 +01:00
working_with_images.rst Add support for prebuilt bootstrap package for apt 2022-05-18 11:19:51 +02:00