SaturnArch/README.md
2021-02-12 13:53:49 +00:00

1.0 KiB

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