kiwi-el8/kiwi/bootloader/template
Marcus Schäfer 1d5b35498c
Avoid module loading in grub config template
This patch is two fold. First part replaces the import of
dedicated video modules in the grub image by the all_video
module. Second part avoids runtime module insertion which
requires access to the boot filesystem which is not
guaranteed on sophisticated rootfs structures like btrfs
plus readonly snapshots and what not. Thus we make sure
all boot code is embedded into the grub image(s) and no
extra loading of modules at runtime will be needed.
This Fixes bsc#1096937
2018-06-13 11:08:09 +02:00
..
__init__.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00
grub2.py Avoid module loading in grub config template 2018-06-13 11:08:09 +02:00
isolinux.py Cleanup api doc strings 2018-04-17 17:56:13 +02:00
zipl.py Cleanup api doc strings 2018-04-17 17:56:13 +02:00