Latest changes

parent 8a105b29
...@@ -17,7 +17,7 @@ d-i netcfg/choose_interface select auto ...@@ -17,7 +17,7 @@ d-i netcfg/choose_interface select auto
# d-i netcfg/wireless_key string # d-i netcfg/wireless_key string
# User accounts - predefined (root password set by set_root_password.sh) # User accounts - predefined (root password set by set_root_password.sh)
d-i passwd/root-password-crypted password $1$jrivr.xb$pWBAlnioSdBtbEYXUJk9k/ d-i passwd/root-password password changeme
d-i passwd/make-user boolean false d-i passwd/make-user boolean false
# Time configuration - predefined # Time configuration - predefined
......
# MBetter USB Creator - Python Dependencies
# Install with: pip install -r requirements.txt
# Qt GUI Framework (required for the USB creator GUI)
PyQt6>=6.4.0
# Build tool for creating standalone executables
pyinstaller>=5.13.0
# Additional dependencies for cross-platform compatibility
setuptools>=65.0.0
wheel>=0.38.0
# Optional: For better Windows compatibility
pywin32>=306; sys_platform == "win32"
# Development dependencies (optional)
# Uncomment if you want to modify the USB creator
# pylint>=2.15.0
# black>=22.0.0
# pytest>=7.0.0
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment