kiwi-el8/test/unit/bootloader/install
Marcus Schäfer a5425fe575
Add support for s390 CDL DASD disks
On s390 and in CDL mode (4k DASD) the call of grub2-install
does not work because grub2-install is not able to identify
a 4k fdasd partitioned loop device as a grub supported device
and fails. As grub2-install is only used to invoke
grub2-zipl-setup and has no other job to do we can
circumvent this problem by directly calling grub2-zipl-setup
instead. Also delete LDL mode support, IBM no longer supports
this
2020-10-27 11:06:14 +01:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
base_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
grub2_test.py Add support for s390 CDL DASD disks 2020-10-27 11:06:14 +01:00
init_test.py Fix/Refactor s390 support 2020-09-30 17:14:30 +02:00