kiwi-el8/kiwi/bootloader
Marcus Schäfer 0ae7bbe74e
Fixed check for root device in grub config
There is a code path that fixes the grub2-mkconfig used root device
when building in an environment that does not allow to resolve the
by-X path names, e.g an obs build worker without udev. For images
that explicitly defines a root=... value in the kernelcmdline
attribute the root device check was not called because the
_get_root_cmdline_parameter method returns None. This commit fixes
the method to return the expected root device in any case such that
the grub2-mkconfig root device check has a chance to fix what
grub2-mkconfig has created. This fixes bsc#1172928
2020-06-15 14:57:54 +02:00
..
config Fixed check for root device in grub config 2020-06-15 14:57:54 +02:00
install Cleanup use of machine platform name 2020-05-13 13:47:42 +02:00
template Allow setup of serial line in bootloader 2020-05-13 11:25:42 +02:00
__init__.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00