SaturnArch/README.md
2021-09-20 17:37:39 +02:00

1013 B

SaturnArch

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

ScreenShot

more ScreenShots in /screens

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