ericbsd 19b027bc0b Fix .xinitrc path and improve UI visibility in installation
- Change .xinitrc path from `/usr/home/ghostbsd/` to `/home/ghostbsd/` for
  correct FreeBSD home directory handling
- Fix indentation of .xinitrc writelines() calls to be inside the file context
  manager (prevents potential file write errors)
- Add explicit label2.show() call in InstallWindow to ensure progress label
  visibility during installation

These changes ensure proper file handling in "Try Live" mode and improve
installation UI feedback reliability.
2025-12-10 17:33:12 -04:00
2024-07-04 23:13:43 -03:00
2025-12-07 16:23:00 +03:00
2025-09-24 19:37:57 -03:00
2025-09-21 17:43:18 -03:00
2025-11-29 15:50:13 -04:00

Install Station

Install Station is the streamlined installer for GhostBSD.

Install Station handles disk editing, partitioning, and OS installation. User configuration and system setup are performed at first boot after installation with Setup Station.

Managing Translations

To create a translation file.

./setup.py create_translation --locale=fr

To update translation files

./setup.py update_translations
Languages
Python 92.6%
Shell 7.2%
CSS 0.2%