kiwi-el8/test/unit/bootloader
Marcus Schäfer 2de29ae5bb
Fixed condition for GRUB_DISABLE_LINUX_UUID="true"
The grub config parameter GRUB_DISABLE_LINUX_UUID must only
be set if the device persistence setting is not UUID. However,
in kiwi UUID device names are the default and doesn't have to
be expressed explicitly. Therefore the condition to check
for different than 'by-uuid' is wrong for the default case were
no device persistence setting exists. This results in a wrong
grub option to be set. This commit fixes it in a way to disable
UUID device names in grub if the only other device persistency
setting in kiwi named: 'by-label' is explicitly configured.
This Fixes #1842
2021-09-06 11:35:52 +02:00
..
config Fixed condition for GRUB_DISABLE_LINUX_UUID="true" 2021-09-06 11:35:52 +02:00
install Added option to set the image target architecture 2021-04-14 12:53:28 +02:00
template Fix/Refactor s390 support 2020-09-30 17:14:30 +02:00
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00