kiwi-el8/test/data
Marcus Schäfer 836633c7b2
Fix/Refactor s390 support
This changes the s390 support on several stages:

1) On s390 the boot process is based on zipl which boots into an
   initrd from which a userspace grub process is started to support
   the grub capabilities. The implementation of this concept is
   provided via the grub2-s390x-emu package. Once installed the
   setup of the bootloader is done via the grub2-mkconfig and
   grub2-install commands and therefore from a caller perspective
   the same as with any other grub2 setup process. For kiwi this
   means no extra zipl bootloader target code is needed. Therefore
   this commit deletes the zipl setup from kiwi and puts on
   the standard grub2 process. This Fixes bsc#1170863

2) To support different targettypes the grub2-s390x-emu provided
   zipl template must be adapted. Parts of the former zipl bootloader
   setup therefore now applies to an update of the zipl2grub
   template file

3) Support for CDL/LDL DASD targets has been disabled in the schema
   When testing 4k devices and a respective zipl2grub template
   setup for CDL/LDL targettype it has turned out that grub2-install
   is not able to run on such a device. My assumption is that
   the device code in grub2-install does not work for 4k devices
   with an fdasd created partition table. As this needs further
   investigations and most probably adaptions on the grub toolchain
   for s390, we disabled the setup of these modes for now.
   emulated DASD (FBA) and SCSI targets stays supported.
2020-09-30 17:14:30 +02:00
..
.config/kiwi Add the possibility to disable runtime checks 2019-04-02 16:00:03 +02:00
appx Added new image type: wsl 2020-03-26 19:42:25 +01:00
description KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
description.buildservice Add support for alternative config file *.kiwi 2016-01-25 16:24:23 +01:00
etc/default Fix/Refactor s390 support 2020-09-30 17:14:30 +02:00
isoboot Make oem be a superset of vmx 2020-09-16 12:56:14 +02:00
oemboot/example-distribution Make oem be a superset of vmx 2020-09-16 12:56:14 +02:00
root-dir KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
__init__.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
example_arm_disk_size_config.xml Make oem be a superset of vmx 2020-09-16 12:56:14 +02:00
example_btrfs_config.xml Make oem be a superset of vmx 2020-09-16 12:56:14 +02:00
example_config.xml Make oem be a superset of vmx 2020-09-16 12:56:14 +02:00
example_disk_config.xml Make oem be a superset of vmx 2020-09-16 12:56:14 +02:00
example_disk_size_config.xml Make oem be a superset of vmx 2020-09-16 12:56:14 +02:00
example_disk_size_empty_vol_config.xml Make oem be a superset of vmx 2020-09-16 12:56:14 +02:00
example_disk_size_oem_volume_config.xml Make oem be a superset of vmx 2020-09-16 12:56:14 +02:00
example_disk_size_vol_root_config.xml Make oem be a superset of vmx 2020-09-16 12:56:14 +02:00
example_disk_size_volume_config.xml Make oem be a superset of vmx 2020-09-16 12:56:14 +02:00
example_dot_profile_config.xml Make oem be a superset of vmx 2020-09-16 12:56:14 +02:00
example_lvm_default_config.xml Make oem be a superset of vmx 2020-09-16 12:56:14 +02:00
example_lvm_no_root_config.xml Make oem be a superset of vmx 2020-09-16 12:56:14 +02:00
example_lvm_no_root_full_usr_config.xml Make oem be a superset of vmx 2020-09-16 12:56:14 +02:00
example_lvm_preferred_config.xml Make oem be a superset of vmx 2020-09-16 12:56:14 +02:00
example_multiple_users_config.xml Make oem be a superset of vmx 2020-09-16 12:56:14 +02:00
example_no_default_type.xml Make oem be a superset of vmx 2020-09-16 12:56:14 +02:00
example_no_image_packages_config.xml Make oem be a superset of vmx 2020-09-16 12:56:14 +02:00
example_no_imageinclude_config.xml Make oem be a superset of vmx 2020-09-16 12:56:14 +02:00
example_ppc_disk_size_config.xml Make oem be a superset of vmx 2020-09-16 12:56:14 +02:00
example_pxe_config.xml Make oem be a superset of vmx 2020-09-16 12:56:14 +02:00
example_runtime_checker_boot_desc_not_found.xml Make oem be a superset of vmx 2020-09-16 12:56:14 +02:00
example_runtime_checker_config.xml Make oem be a superset of vmx 2020-09-16 12:56:14 +02:00
example_runtime_checker_conflicting_types.xml Added consistency runtime check for the type setup 2020-09-21 15:25:58 +02:00
example_runtime_checker_no_boot_reference.xml Make oem be a superset of vmx 2020-09-16 12:56:14 +02:00
example_runtime_checker_no_initrd_system_reference.xml Make oem image use dracut by default 2020-09-11 09:49:17 +02:00
fstab Complete refactoring of fstab handling 2020-03-18 16:01:13 +01:00
gz_data.gz KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
info.xml Move info.xml test data into its own file 2016-10-13 10:47:24 +02:00
iso_listing.txt Added isols method in Iso class 2015-12-09 12:53:00 +01:00
iso_no_marker.iso Added create_header_end_block method in Iso class 2015-12-09 17:06:22 +01:00
iso_with_marker.iso Added create_header_end_block method in Iso class 2015-12-09 17:06:22 +01:00
key_value KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
my_plugin.rnc Add extension validation and data access 2016-12-01 10:45:17 +01:00
my_plugin.rng Add extension validation and data access 2016-12-01 10:45:17 +01:00
repomd.xml Implemented SolverRepositoryRpmMd 2016-11-08 18:17:51 +01:00
sysconfig_example.txt Completion for grub bootloader configuration 2017-01-23 17:24:04 +01:00
vagrant_virtualbox.ovf Fixed ovf Machine section setup for virtualbox 2020-04-30 13:38:20 +02:00
xz_data.xz KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00