kiwi-el8/test/unit/boot/image
Marcus Schäfer 282529de8f
Do not force dracut into a compression setting
So far we called dracut with --xz which forces the initrd
to be xz compressed. There are other compression formats
used by the distributions and they might differe from xz.
The selection for a compression tool is done by a dist
configuration in dracut.conf.d which is provided by the
distributions as they see fit. For us this means not
forcing dracut into a specific compression setting allows
to make use of the distro provided setting and also
allows to change/override this setting by an overlay
file. This Fixes bsc#1192975
2021-11-24 12:15:47 +01:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
base_test.py Added support for skipping initrd creation 2021-05-27 16:07:55 +02:00
builtin_kiwi_test.py Moving temp data handling to its own namespace 2021-07-22 13:31:44 +02:00
dracut_test.py Do not force dracut into a compression setting 2021-11-24 12:15:47 +01:00
init_test.py Use pragma: no cover to skip non reachable code 2020-09-29 09:58:22 +02:00