navOS Installer
Find a file
JMARyA d6935899f9
All checks were successful
ci/woodpecker/push/build Pipeline was successful
🚑️ fix partitioning
2025-04-09 15:41:45 +02:00
.woodpecker ci 2025-01-05 01:53:22 +01:00
installs refactor + firewall 2025-01-10 13:19:39 +01:00
src 🚑️ fix partitioning 2025-04-09 15:41:45 +02:00
.gitignore init 2024-12-25 21:05:49 +01:00
Cargo.lock ♻️ refactor 2025-03-17 14:46:28 +01:00
Cargo.toml refactor + firewall 2025-01-10 13:19:39 +01:00
navos.gpg navos 2024-12-29 10:26:04 +01:00
PKGBUILD arm 2025-04-08 22:01:02 +02: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.