kiwi-el8/test/unit/tasks
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
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
base_test.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
image_info_test.py Support multiple markup formats 2020-05-15 13:59:22 +02:00
image_resize_test.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
result_bundle_test.py Fixed line ending of sha256 bundler file 2020-05-25 12:44:19 +02:00
result_list_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
system_build_test.py Make oem image use dracut by default 2020-09-11 09:49:17 +02:00
system_create_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
system_prepare_test.py Make oem image use dracut by default 2020-09-11 09:49:17 +02:00
system_update_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00