• Stefy Lanza (nextime / spora )'s avatar
    Fix PyInstaller environment variables for frozen binary system commands · 14565cec
    Stefy Lanza (nextime / spora ) authored
    - Modified mount_target and partition_disk methods to use clean environment
    - Removed PyInstaller environment variables (LD_*, PYINSTALLER_*, PYTHON*) from subprocess calls
    - This prevents PyInstaller from interfering with system library loading in subprocess
    - Ensures mount, parted, mkfs.ext4, and other system commands use correct system libraries
    - Resolves persistent library version conflicts in frozen binary
    - System commands now execute with proper environment isolation
    
    This completely resolves the PyInstaller frozen binary mount and system command issues
    by ensuring subprocess calls use clean environment without PyInstaller interference.
    14565cec
Name
Last commit
Last update
..
README.md Loading commit data...
autoinstallergui.py Loading commit data...
build_autoinstaller_gui.py Loading commit data...
cleanup.sh Loading commit data...