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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| archive_test.py | ||
| container_test.py | ||
| disk_test.py | ||
| filesystem_test.py | ||
| init_test.py | ||
| install_test.py | ||
| kis_test.py | ||
| live_test.py | ||