Fix PyInstaller library conflicts for frozen binary mount operations
- Added excludes for mount-related libraries in PyInstaller spec - Excluded 'libmount.so.1', 'libblkid.so.1', 'libuuid.so.1' and their variants - This prevents library version conflicts when running mount commands from frozen binary - Resolves 'version MOUNT_2_41 not found' error when mounting target disk - Frozen binary will now use system libraries instead of bundled ones for mount operations - Ensures compatibility with different system library versions This fixes the PyInstaller frozen binary issue where mount operations failed due to conflicting bundled libraries vs system requirements.
Showing
Please
register
or
sign in
to comment