kiwi-el8/kiwi/bootloader
Marcus Schäfer cdbe5060ca
Move LoopDevice class to context manager
Change the LoopDevice class to be a context manager.
All code using LoopDevice was updated to the following
with statement:

with LoopDevice(...) as loop_provider:
    loop_provider.some_member()

This is related to Issue #2412
2024-01-11 19:18:01 +01:00
..
config Move LoopDevice class to context manager 2024-01-11 19:18:01 +01:00
install Make sure btrfs root volume is used when needed 2023-07-27 16:18:48 +02:00
template Fixed grub terminal setup 2024-01-08 18:02:27 +01:00
__init__.py Refactor into subpackage to fix #23 2016-02-27 10:31:31 +01:00