kiwi-el8/kiwi/bootloader/config
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 Add support for s390 CDL DASD disks 2020-10-27 11:06:14 +01:00
grub2.py Add support for s390 CDL DASD disks 2020-10-27 11:06:14 +01:00
isolinux.py Cleanup use of machine platform name 2020-05-13 13:47:42 +02:00