kiwi-el8/test/unit/bootloader/config
Marcus Schäfer 024c3b6834
Fix scope for linuxefi grub config adaption
In kiwi we support a one time patch for the grub config file
that changes the static use of linuxefi to be dynamic. In
grub2 >= 2.04 all this has already been fixed but for grub2
version older than this version we applied the patch. The
patch however was only applied based on the presence of a
grub setting named GRUB_USE_LINUXEFI. It has turned out that
this variable is a custom extension not part of grub upstream
which makes the test functional only on distributions that
supports this setting. The use of linuxefi however is code
that belongs to grub upstream. Therefore this patch changes
the scope of the one time patch to be only based on the
version of grub no matter if GRUB_USE_LINUXEFI is supported
by the distro or not. This Fixes #1453
2020-05-25 12:33:19 +02:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
base_test.py Refactor setup of bootloader parameters 2020-05-08 13:30:43 +02:00
grub2_test.py Fix scope for linuxefi grub config adaption 2020-05-25 12:33:19 +02:00
init_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
isolinux_test.py Refactor setup of bootloader parameters 2020-05-08 13:30:43 +02:00
zipl_test.py Refactor setup of bootloader parameters 2020-05-08 13:30:43 +02:00