579f90474c
- 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
16 lines
439 B
Markdown
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
|
|
``` |