In case no bootloader implementation by kiwi should be used, users can specify the bootloader="custom" attribute. Instead of skipping the bootloader stage in the builders it is better to consistently create an instance of bootloader but raise if a method of the bootloader interface is called for which the custom bootloader has no implementation. This commit adds the consistency bits. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| base_test.py | ||
| bootloader_spec_base_test.py | ||
| custom_test.py | ||
| grub2_test.py | ||
| init_test.py | ||
| systemd_boot_test.py | ||