navOS Installer
Find a file
2025-05-14 12:43:32 +02:00
.woodpecker
installs auto wlan 2025-04-27 22:38:44 +02:00
src features 2025-05-14 12:43:32 +02:00
test
.gitignore
Cargo.lock features 2025-05-14 12:43:32 +02:00
Cargo.toml features 2025-05-14 12:43:32 +02:00
navos.gpg
PKGBUILD auto wlan 2025-04-27 22:38:44 +02:00
README.md

NavInstall

navOS Installer

Create install medium

You can create a bootable install medium with various predefined options:

navinstall create-iso [--without_gui] [--kb_layout <LAYOUT>] [--kb_variant <VARIANT>]

Install a system

Install a system configuration:

navinstall install config.toml

config.toml is a system configuration describing how to install the system.
Example configurations can be found here or at /usr/share/navinstall/installs/.

Create an unattended installer

You can create an install medium which immidiately upon boot installs a configuration:

navinstall create-iso --install config.toml

⚠️ WARNING: This is potentially destructive and will probably wipe all data on the disks if randomly booted from.