diff --git a/airootfs/etc/skel/Desktop/Install System.desktop b/airootfs/etc/skel/Desktop/Install System.desktop new file mode 100644 index 0000000..7413f98 --- /dev/null +++ b/airootfs/etc/skel/Desktop/Install System.desktop @@ -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 diff --git a/airootfs/etc/skel/Desktop/README.md b/airootfs/etc/skel/Desktop/README.md new file mode 100644 index 0000000..c5d27db --- /dev/null +++ b/airootfs/etc/skel/Desktop/README.md @@ -0,0 +1,11 @@ +# Welcome to NavOS! + +## Installation +The system can be installed with the `navinstall install ` 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. diff --git a/airootfs/etc/skel/Desktop/config.toml b/airootfs/etc/skel/Desktop/config.toml new file mode 120000 index 0000000..139ae40 --- /dev/null +++ b/airootfs/etc/skel/Desktop/config.toml @@ -0,0 +1 @@ +/usr/share/navinstall/installs/full.toml \ No newline at end of file