kiwi-el8/test/unit/builder
Marcus Schäfer 8ede3ee0b6
Added support for skipping initrd creation
Embedded systems and other customer use cases sometimes
doesn't require an initrd. So far the initrd creation was
a mandatory step in the process. With this commit it's
possible to configure <type ... initrd_system="none"/>
and therefore skip the creation and setup of an initrd.
Using this feature comes with a price. Without an initrd
the task of mounting the specified root=DEVICE_SPEC now
becomes a task of the kernel. If the kernel doesn't have
the required filesystem driver compiled in or the mount
process of the device is not just a simple mount
action, the boot of such an appliance will fail
2021-05-27 16:07:55 +02:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
archive_test.py Added option to set the image target architecture 2021-04-14 12:53:28 +02:00
container_test.py Added option to set the image target architecture 2021-04-14 12:53:28 +02:00
disk_test.py Added support for skipping initrd creation 2021-05-27 16:07:55 +02:00
filesystem_test.py Added option to set the image target architecture 2021-04-14 12:53:28 +02:00
init_test.py Use pragma: no cover to skip non reachable code 2020-09-29 09:58:22 +02:00
install_test.py Refactor disk and install builders and dracut boot image 2021-05-03 14:08:46 +02:00
kis_test.py Added support for skipping initrd creation 2021-05-27 16:07:55 +02:00
live_test.py Added option to set the image target architecture 2021-04-14 12:53:28 +02:00