kiwi-el8/kiwi/bootloader/config
Marcus Schäfer f6b3b14020
Fixed return value from _get_grub2_mkconfig_tool
The method returned the basename of the tool if it could
be found by Path.which(). But the method's scope has been
changed in a way that the return value of the method must
be the result from Path.which() to allow working on the
full path name.
2020-04-16 11:24:28 +02:00
..
__init__.py Stop inheriting from object 2019-08-22 15:43:27 +02:00
base.py Include grub.cfg inside the efi partition 2019-11-22 09:39:59 +01:00
grub2.py Fixed return value from _get_grub2_mkconfig_tool 2020-04-16 11:24:28 +02:00
isolinux.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
zipl.py Fixed zipl bootloader setup for s390 images 2019-11-14 12:01:06 +01:00