kiwi-el8/kiwi/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 Fix/Refactor s390 support 2020-09-30 17:14:30 +02:00
base.py Fixed typo in docstring 2020-04-14 16:25:48 +02:00
grub2.py Add support for s390 CDL DASD disks 2020-10-27 11:06:14 +01:00