edit readme

This commit is contained in:
Lukáš Plevač 2024-10-19 15:42:42 +02:00
parent a445971d82
commit 39c2ebd26b

View File

@ -1,9 +1,5 @@
# SaturnArch # SaturnArch
Small linux system base on arch linux. Build to be minimalist but usable in GUI. Small linux system base on arch linux traget on HPC. Fully automated install on VM.
![ScreenShot](https://raw.github.com/lukas0025/saturnarch/master/screens/black.png)
more ScreenShots in `/screens`
## Install build tools ## Install build tools
for build you need `archiso` package. (https://archlinux.org/packages/?name=archiso) for build you need `archiso` package. (https://archlinux.org/packages/?name=archiso)
@ -30,14 +26,22 @@ sudo rm -rf /out
## install on computer ## install on computer
* copy iso content to USB flash disk or CD disk * copy iso content to USB flash disk or CD disk
```sh ```sh
sudo dd if=my-saturnarch.iso of=/dev/mydisk status=progress sudo dd if=my-saturnarch.iso of=/dev/mydisk status=progress
``` ```
> installation is fully automated - nothing to select or change
> installation is automaticly targeting /dev/sda and use whole disk
> if /dev/sda is not pressent installation faild
* boot usb flash disk on legacy mode (UEFI mode is not supported!) * boot usb flash disk on legacy mode (UEFI mode is not supported!)
* \[info\] after boot -> auto login to root * after boot installation automaticly start
* click on install file on desktop * after instalation finished computer automaticly reboot it self
* enter information (user, passwords, hostname, ...)
* after complete reboot computer
```sh ## install in VM
reboot
``` * create new VM with standard HDD min size 8GB
* select .iso as boot install image
* start VM and wait after is all done