kiwi-el8/test/unit/bootloader/install
Marcus Schäfer ce9b1ccc08
Added option to set the image target architecture
The option --target-arch allows to set the architecture
used to build the image. By default this is the host
architecture. Please note, if the specified architecture
name does not match the host architecture and is therefore
requesting a cross architecture image build, it's important
to understand that for this process to work a preparatory
step to support the image architecture and binary format
on the building host is required and is not considered a
responsibility of kiwi. There will be a followup effort
on providing a plugin for kiwi which should be used to
manage the needed binfmt settings for cross arch image
builds
2021-04-14 12:53:28 +02:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
base_test.py Refactor grub2 installation 2021-03-03 15:19:43 +01:00
grub2_test.py Added option to set the image target architecture 2021-04-14 12:53:28 +02:00
init_test.py Fix/Refactor s390 support 2020-09-30 17:14:30 +02:00