Files
installer-gui/po/POTFILES.in
T
ericbsd 9db6c513c9 Add initial install_station Python package structure
- Add install_station package with __init__.py and core modules
  - Include boot_manager.py for boot loader configuration (BootManager class with singleton pattern)
  - Add common.py with password strength validation utilities and ZFS dataset definitions
  - Add custom.py with Partitions class for disk partitioning management (1010 lines)
  - Establish foundation for GTK+ based GhostBSD installer application

  Modules added:
  - boot_manager: UEFI/BIOS boot manager selection with rEFInd and FreeBSD options
  - common: Password validation functions and deprecated decorator utility
  - custom: Comprehensive partition management with GTK+ interface
2025-07-09 21:29:53 -03:00

17 lines
477 B
Plaintext

install-station
install_station/boot_manager.py
install_station/common.py
install_station/custom.py
install_station/data.py
install_station/end.py
install_station/error.py
install_station/install.py
install_station/install_type.py
install_station/interface_controller.py
install_station/language.py
install_station/network_setup.py
install_station/partition.py
install_station/system_calls.py
install_station/use_zfs.py
install_station/welcome_live.py
install_station/window.py