kiwi-el8/kiwi/filesystem
Alyssa Rosenzweig 504343fbd6 Fix globbing with exclude with regex
This fixes a collection of bugs when producing erofs images.

On one hand, this ensures that an exclude of `/sys` doesn't accidentally
match `/lib/libsystemd.so`, only `/sys/whatever`.

On the other hand, this ensures that `/dev/*` does match `/dev/vda` and
not just `/dev///////////`.

This fixes libsystemd.so getting dropped in Kiwi-built FEX images.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
2024-09-24 16:19:26 -04:00
..
__init__.py Add support for erofs 2024-09-13 15:04:45 +02: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
erofs.py Fix globbing with exclude with regex 2024-09-24 16:19:26 -04: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