kiwi-el8/test/unit/bootloader/install
David Cassany c840474e3a
Refactor grub2 installation
This commit refactors grub2 installation method to split it in two
parts. Former grub2.install method was meant to run the grub2-install
tool, however, in addition it was also running the secure boot
installation shim-install. The install method in KIWI is skipped for
those architectures and firmware combinations for which bios support
doesn't exist. This was leading to skip the secure boot installation.

The current approach strips the secure boot installation logic from the
grub2.install method, so skipping the install method does not
automatically result in skipping the secure boot installation.

Fixes bsc#1182211
2021-03-03 15:19:43 +01:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
base_test.py Refactor grub2 installation 2021-03-03 15:19:43 +01:00
grub2_test.py Refactor grub2 installation 2021-03-03 15:19:43 +01:00
init_test.py Fix/Refactor s390 support 2020-09-30 17:14:30 +02:00