navOS Installer
Find a file
JMARyA 3ae066d593
Some checks failed
ci/woodpecker/push/build Pipeline failed
update
2025-01-10 14:27:23 +01:00
.woodpecker ci 2025-01-05 01:53:22 +01:00
installs refactor + firewall 2025-01-10 13:19:39 +01:00
src update 2025-01-10 14:27:23 +01:00
.gitignore init 2024-12-25 21:05:49 +01:00
Cargo.lock refactor + firewall 2025-01-10 13:19:39 +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 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.