This commit is contained in:
JMARyA 2025-01-09 18:43:43 +01:00
parent 92ade6008a
commit 219dead119
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
5 changed files with 15 additions and 5 deletions

View file

@ -0,0 +1,7 @@
[Desktop Entry]
Type=Application
Terminal=true
Exec=/usr/bin/cp /usr/share/navinstall/installs/full.toml /home/shadow/Desktop/config.toml
Name=Copy Configuration
Icon=/usr/share/icons/navos/navi.png
Comment=Copy a reference configuration to the Desktop

View file

@ -1,7 +1,8 @@
[Desktop Entry]
Type=Application
Terminal=true
Exec=/usr/bin/navinstall install /home/shadow/Desktop/config.toml
TerminalOptions=\s--noclose
Exec=/usr/bin/doas /usr/bin/navinstall install /home/shadow/Desktop/config.toml
Name=Install navOS
Icon=/usr/share/icons/navos/navi.png
Comment=Install the System according to config

View file

@ -1,4 +1,5 @@
# Welcome to NavOS!
The default user is `shadow` with password `shadow`.
## Installation
The system can be installed with the `navinstall install <config>` command.
@ -6,6 +7,7 @@ You need to pass a new system configuration which will define the new system.
Examples can be found at `/usr/share/navinstall/installs`.
### TLDR
On the desktop you find a full reference configuration which you can edit to configure your new system.
Once you finished configuring your system, click `Install System`.
After the installer finished, you can reboot into your new system.
- Click `Copy Configuration` to copy a reference configuration file to the Desktop.
- Edit `config.toml` to configure your new system
- Click `Install System`.
- Once the installer finished, you can reboot into your new system.

View file

@ -1 +0,0 @@
/usr/share/navinstall/installs/full.toml

View file

@ -8,6 +8,7 @@ navos/navinstall
#gui: konsole
#gui: firefox
#gui: gnome-disk-utility
#gui: kate
# misc
doas