Lukas Plevac 21319cbba5
All checks were successful
Build / build (push) Successful in 13m4s
Added openmpi to cluster version
2025-01-30 15:05:20 +01:00
2021-02-06 18:44:31 +00:00
2021-02-06 18:44:31 +00:00
2025-01-30 15:05:20 +01:00
2024-10-19 15:35:15 +02:00
2024-10-28 23:10:22 +01:00
2021-02-06 18:41:58 +00:00
2024-10-19 15:35:15 +02:00
2024-12-07 16:02:51 +01:00
2024-10-19 15:42:42 +02:00

SaturnArch

Small linux system base on arch linux traget on HPC. Fully automated install on VM.

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

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!)
  • after boot installation automaticly start
  • after instalation finished computer automaticly reboot it self

install in VM

  • create new VM with standard HDD min size 8GB
  • select .iso as boot install image
  • start VM and wait after is all done
Description
Archlinux distribution for Betynda cluster
Readme 18 MiB
main Latest
2024-10-19 16:43:35 +01:00
Languages
Shell 100%