Files
ericbsd 579f90474c Clean create_cfg.py updated readme
- Trim unnecessary trailing whitespaces
- Simplify logic in error and disk partition checks
- Replace ambiguous return with a more Pythonic `not errors`
- Enhance IOError handling for clarity
- Update `README.md` for clearer installer purpose and flow
2025-11-29 15:50:13 -04:00

16 lines
439 B
Markdown

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.
```shell
./setup.py create_translation --locale=fr
```
To update translation files
```shell
./setup.py update_translations
```