Build or download the Arch-based Crystal Linux iso.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Matt C 1f4a00bdc9
Merge pull request #7 from Stealth1226/main
iso build workflow
3 years ago
.github/workflows clone crystal iso repo [skip ci] 3 years ago
crystal init ci 3 years ago
.gitignore enable aur packages in iso 3 years ago
LICENSE add GPL 3 years ago
README.md Update README.md 3 years ago
build_iso.sh enable aur packages in iso 3 years ago
chrooted.sh lazy workaround 3 years ago
deps.sh init ci 3 years ago
inject.sh migrating from old repo 3 years ago
mkarchiso init ci 3 years ago
pacman.def update pacman conf to remove borked repos 3 years ago
pacman.testing update pacman conf to remove borked repos 3 years ago

README.md

Logo

Crystal ISO

Discord

Build or download the Arch-based CrystalUX iso.

Dependencies:

  • pacman-contrib
  • archiso
  • github-cli

How to Build:

You will have to use Arch or Arch-Based distros to build this ISO File.

  • Install Dependencies
  • Go to the project folder
  • Run ./build_iso.sh
    • If you get an error about /tmp/<something> running out of space, reboot (to clear tmpfs), then re-run with a dir to use as temp (e.g. ./build_iso.sh FOOBAR)