2021-02-12 13:53:49 +00:00
2021-02-12 13:51:47 +00:00
2021-02-06 18:44:31 +00:00
2021-02-12 13:51:47 +00:00
2021-02-06 18:44:31 +00:00
2021-02-12 12:57:40 +00:00
2021-02-06 18:41:58 +00:00
2021-02-07 20:21:48 +00:00
2021-02-06 18:44:31 +00:00
2021-02-12 13:12:46 +00:00
2021-02-12 13:53:49 +00:00

SaturnArch

Small linux system base on arch linux. Build to be minimalist but usable in GUI.

ScreenShot

more ScreenShots in /screens website + iso: https://lukas.plevac.eu/saturnarch

Install build tools

for build you need archiso package. (https://archlinux.org/packages/?name=archiso)

sudo pacman -S archiso

Building iso

You can build iso only on Arch Linux. Make you sure is /work and /out deleted. If not delete them.

chmod +x build.sh
sudo ./build.sh

clean repo after build

Remove /work and /out.

sudo rm -rf /work
sudo rm -rf /out

install on computer

  • copy iso content to USB flash disk or CD disk
sudo dd if=my-saturnarch.iso of=/dev/mydisk status=progress
  • boot usb flash disk on legacy mode (UEFI mode is not supported!)
  • [info] after boot -> auto login to root
  • click on install file on desktop
  • enter information (user, passwords, hostname, ...)
  • after complete reboot computer
reboot
Description
Archlinux distribution for Betynda cluster
Readme 18 MiB
main Latest
2024-10-19 16:43:35 +01:00
Languages
Shell 100%