fix
This commit is contained in:
parent
92ade6008a
commit
219dead119
5 changed files with 15 additions and 5 deletions
7
airootfs/etc/skel/Desktop/Copy Configuration.desktop
Normal file
7
airootfs/etc/skel/Desktop/Copy Configuration.desktop
Normal 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
|
|
@ -1,7 +1,8 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Type=Application
|
Type=Application
|
||||||
Terminal=true
|
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
|
Name=Install navOS
|
||||||
Icon=/usr/share/icons/navos/navi.png
|
Icon=/usr/share/icons/navos/navi.png
|
||||||
Comment=Install the System according to config
|
Comment=Install the System according to config
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# Welcome to NavOS!
|
# Welcome to NavOS!
|
||||||
|
The default user is `shadow` with password `shadow`.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
The system can be installed with the `navinstall install <config>` command.
|
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`.
|
Examples can be found at `/usr/share/navinstall/installs`.
|
||||||
|
|
||||||
### TLDR
|
### TLDR
|
||||||
On the desktop you find a full reference configuration which you can edit to configure your new system.
|
- Click `Copy Configuration` to copy a reference configuration file to the Desktop.
|
||||||
Once you finished configuring your system, click `Install System`.
|
- Edit `config.toml` to configure your new system
|
||||||
After the installer finished, you can reboot into your new system.
|
- Click `Install System`.
|
||||||
|
- Once the installer finished, you can reboot into your new system.
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
/usr/share/navinstall/installs/full.toml
|
|
|
@ -8,6 +8,7 @@ navos/navinstall
|
||||||
#gui: konsole
|
#gui: konsole
|
||||||
#gui: firefox
|
#gui: firefox
|
||||||
#gui: gnome-disk-utility
|
#gui: gnome-disk-utility
|
||||||
|
#gui: kate
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
doas
|
doas
|
||||||
|
|
Loading…
Add table
Reference in a new issue