navOS Installer
Find a file
2025-01-09 23:04:35 +01:00
.woodpecker ci 2025-01-05 01:53:22 +01:00
installs add bluetooth support 2025-01-09 23:04:35 +01:00
src add bluetooth support 2025-01-09 23:04:35 +01:00
.gitignore init 2024-12-25 21:05:49 +01:00
Cargo.lock refactor 2024-12-28 01:19:44 +01:00
Cargo.toml refactor 2024-12-28 01:19:44 +01:00
navos.gpg navos 2024-12-29 10:26:04 +01:00
PKGBUILD update deps 2024-12-27 09:46:49 +01:00
README.md update readme 2025-01-08 21:07:07 +01:00

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.