kiwi-el8/kiwi/utils
Marcus Schäfer a7b984115d
Fixed delta_root build
The support for delta_root allows to build a delta container
image from a given base container. Due to the refactoring of
the kiwi code base using context managers no explicit deletion
of instances happens anymore. This uncovered a weakness of
the delta root code at the level of the overlay mount. At
the time of the umount there are still active temporary
mount handlers which keeps the mountpoint busy. In order to
fix this properly also the PackageManager factory is now
a context manager and the Repository factory received a
cleanup method which is called when the PackageManager goes
out of scope. This refactoring also fixes the busy state
when building deltas
2024-03-07 15:50:58 +01:00
..
__init__.py Refactor data subpackage 2016-03-17 10:42:08 +01:00
block.py Fixed custom disk start sector setup 2022-07-07 12:21:08 +02:00
checksum.py Drop usage of factor from coreutils 2021-11-11 09:23:46 +01:00
codec.py Handle UnicodeDecode errors more gracefully 2021-07-20 15:27:55 +02:00
command_capabilities.py Add silent flag to CommandCapabilities 2024-02-27 21:06:19 +01:00
compress.py Fixed linter errors 2023-08-01 09:25:59 +02:00
fstab.py Allow to enable volumes for filesystem check 2021-03-30 15:10:03 +02:00
os_release.py Fix reading of os-release file 2024-01-31 10:30:22 +01:00
output.py Moving temp data handling to its own namespace 2021-07-22 13:31:44 +02:00
primes.py Drop usage of factor from coreutils 2021-11-11 09:23:46 +01:00
rpm_database.py Make use of Path.which including root_dir parameter 2020-01-22 16:12:08 +01:00
rpm.py Do not create empty macros file 2020-02-18 14:08:30 +01:00
signature.py Add support for standalone dm integrity 2022-04-25 15:40:32 +02:00
size.py Stop inheriting from object 2019-08-22 15:43:27 +02:00
sync.py Fixed check for extended attributes 2023-07-25 17:24:36 +02:00
sysconfig.py Stop inheriting from object 2019-08-22 15:43:27 +02:00
temporary.py Fixed delta_root build 2024-03-07 15:50:58 +01:00
veritysetup.py Make verity metadata always readonly 2023-08-22 09:41:58 +02:00