kiwi-el8/test/unit/system
Marcus Schäfer 54ab18c96c
Make oem image use dracut by default
Before this commit an oem image still had the kiwi initrd_system
set as default. As we are decommission the custom kiwi initrd
concept the default should be changed. It is still possible to
use a custom kiwi initrd but it needs to be explicitly requested
via the initrd_system="kiwi" attribute. In addition to the
changed default a runtime check was introduced that checks
the presence of the boot= attribute which only makes sense
in combination with the kiwi initrd_system. If boot= is
set but initrd_system="kiwi" is not, a message is raised that
explains the situation and either requests setting initrd_system
properly or deleting the boot attribute. The change only
affects people who still use oem with a boot="oemboot/..."
setting and no explicit selection of kiwi as the initrd_system.
As these image type configurations should not be in use anyway
because this is all legacy and announced to go away, we
need to make the next step and enforce a new default in
code. This is related to Issue #1299
2020-09-11 09:49:17 +02:00
..
root_import Refactor use of logging facility 2019-10-23 17:54:27 +02:00
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
identifier_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
kernel_test.py Fixed ppc kernel lookup 2020-01-28 11:27:30 +01:00
prepare_test.py Fixed parse result description reference 2020-05-22 14:31:43 +02:00
profile_test.py Make oem image use dracut by default 2020-09-11 09:49:17 +02:00
result_test.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
root_bind_test.py Fixed scope of remove_hierarchy 2020-07-22 11:32:28 +02:00
root_init_test.py Fixed handling of fillup templates 2020-02-24 18:03:22 +01:00
setup_test.py Remove /etc/sysconfig/language support 2020-06-12 15:43:37 +02:00
shell_test.py Added new post disk sync script hook 2020-06-06 16:29:24 +02:00
size_test.py Skip nodev devices for size calculations 2020-03-14 20:45:16 +01:00
uri_test.py Allow use of relative paths for dir:<path> URIs 2019-11-14 15:19:40 +01:00