install update
This commit is contained in:
parent
a4b41867a0
commit
92ade6008a
3 changed files with 19 additions and 0 deletions
7
airootfs/etc/skel/Desktop/Install System.desktop
Normal file
7
airootfs/etc/skel/Desktop/Install System.desktop
Normal file
|
@ -0,0 +1,7 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Terminal=true
|
||||
Exec=/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
|
11
airootfs/etc/skel/Desktop/README.md
Normal file
11
airootfs/etc/skel/Desktop/README.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Welcome to NavOS!
|
||||
|
||||
## Installation
|
||||
The system can be installed with the `navinstall install <config>` command.
|
||||
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.
|
1
airootfs/etc/skel/Desktop/config.toml
Symbolic link
1
airootfs/etc/skel/Desktop/config.toml
Symbolic link
|
@ -0,0 +1 @@
|
|||
/usr/share/navinstall/installs/full.toml
|
Loading…
Add table
Reference in a new issue