kiwi-el8/kiwi
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
..
archive Stop inheriting from object 2019-08-22 15:43:27 +02:00
boot Fixed permissions of custom boot image root dir 2020-06-09 13:55:44 +02:00
bootloader Fixed check for root device in grub config 2020-06-15 14:57:54 +02:00
builder Added new post disk sync script hook 2020-06-06 16:29:24 +02:00
config Refactor setup of bootloader parameters 2020-05-08 13:30:43 +02:00
container Cleanup use of machine platform name 2020-05-13 13:47:42 +02:00
filesystem Allow to access disk root after sync_data 2020-06-02 12:52:49 +02:00
iso_tools Cleanup use of machine platform name 2020-05-13 13:47:42 +02:00
markup Support multiple markup formats 2020-05-15 13:59:22 +02:00
oci_tools Refactor use of logging facility 2019-10-23 17:54:27 +02:00
package_manager Fix signing keys management for APT 2020-05-18 12:17:56 +02:00
partitioner Cleanup use of machine platform name 2020-05-13 13:47:42 +02:00
repository Fix default repositories for APT 2020-05-20 13:00:52 +02:00
schema Fixed schematron rule for bootloader targettype 2020-05-22 14:57:29 +02:00
solver Addded doc_suse tox target to build docbook target 2020-02-14 15:14:30 +01:00
storage Cleanup use of machine platform name 2020-05-13 13:47:42 +02:00
system Added new post disk sync script hook 2020-06-06 16:29:24 +02:00
tasks Fixed line ending of sha256 bundler file 2020-05-25 12:44:19 +02:00
utils Support multiple markup formats 2020-05-15 13:59:22 +02:00
volume_manager Added new post disk sync script hook 2020-06-06 16:29:24 +02:00
xsl Refactor setup of bootloader parameters 2020-05-08 13:30:43 +02:00
__init__.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
app.py Stop inheriting from object 2019-08-22 15:43:27 +02:00
cli.py Refactor plugin architecture 2020-02-26 16:40:04 +01:00
command_process.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
command.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
defaults.py Added new post disk sync script hook 2020-06-06 16:29:24 +02:00
exceptions.py Added new post disk sync script hook 2020-06-06 16:29:24 +02:00
firmware.py Cleanup use of machine platform name 2020-05-13 13:47:42 +02:00
help.py Stop inheriting from object 2019-08-22 15:43:27 +02:00
kiwi_compat.py Stop inheriting from object 2019-08-22 15:43:27 +02:00
kiwi.py Fixed docopt strings to use correct binary name 2020-02-25 10:36:29 +01:00
logger_color_formatter.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
logger_filter.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
logger.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
mount_manager.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
path.py Do not create empty macros file 2020-02-18 14:08:30 +01:00
privileges.py Stop inheriting from object 2019-08-22 15:43:27 +02:00
runtime_checker.py Cleanup use of machine platform name 2020-05-13 13:47:42 +02:00
runtime_config.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
version.py Bump version: 9.21.0 → 9.21.1 2020-06-12 14:23:20 +02:00
xml_description.py Fixed parse result description reference 2020-05-22 14:31:43 +02:00
xml_parse.py Allow setup of serial line in bootloader 2020-05-13 11:25:42 +02:00
xml_state.py Allow setup of serial line in bootloader 2020-05-13 11:25:42 +02:00