navinstall/README.md
2024-12-28 03:53:47 +01:00

17 lines
439 B
Markdown

# NavInstall
navOS Installer
## Create install medium
You can create a bootable install medium either with or without GUI:
```sh
navinstall create-iso [--without_gui]
```
## Install a system
Install a system configuration:
```sh
navinstall install config.toml
```
`config.toml` is a system configuration describing how to install the system.
Example configurations can be found [here](installs) or at `/usr/share/navinstall/installs/`.