kiwi-el8/kiwi/filesystem
Marcus Schäfer a39a19b35f
Move VolumeManager to context manager
Change the VolumeManager Factory to be a context manager.
All code using VolumeManager was updated to the following
with statement:

    with VolumeManager(...).new as volume_manager:
        volume_manager.some_member()

This is related to Issue #2412
2024-02-21 09:40:47 +01:00
..
__init__.py Drop clicfs support 2024-01-11 09:23:52 +01:00
base.py Move VolumeManager to context manager 2024-02-21 09:40:47 +01:00
btrfs.py Fix setup of UUID for btrfs 2024-02-13 09:27:31 +01:00
ext2.py Added set_uuid() method to FileSystem API 2022-03-31 17:05:59 +02:00
ext3.py Added set_uuid() method to FileSystem API 2022-03-31 17:05:59 +02:00
ext4.py Added set_uuid() method to FileSystem API 2022-03-31 17:05:59 +02:00
fat16.py Added set_uuid() method to FileSystem API 2022-03-31 17:05:59 +02:00
fat32.py Added set_uuid() method to FileSystem API 2022-03-31 17:05:59 +02:00
isofs.py Fixed scope of setup_isolinux_boot_path 2022-04-27 18:11:06 +02:00
setup.py Complete strong typing for API methods 2021-04-10 20:04:39 +02:00
squashfs.py Move scope of veritysetup 2022-03-10 09:19:08 +01:00
swap.py Add support for verity setup on standard rootfs 2022-03-21 20:37:18 +01:00
xfs.py Fixed UUID setup for XFS 2022-04-28 15:01:58 +02:00