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 Compton f4ef193f48 hngnngng well I'm optimizing 3 years ago
crystal hngnngng well I'm optimizing 3 years ago
crystal-cli hngnngng well I'm optimizing 3 years ago
.gitignore migrating from old repo 3 years ago
LICENSE add GPL 3 years ago
README.md readme 3 years ago
build_iso.sh add cli prof for testing 3 years ago
chrooted.sh hngnngng well I'm optimizing 3 years ago
inject.sh migrating from old repo 3 years ago
mkarchiso migrating from old repo 3 years ago

README.md

CrystalISO

Build the Arch-based CrystalUX iso.

How to Build:

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

  1. Install Dependencies
  2. Go to the project folder
  3. Run ./build_iso.sh

Dependencies:

  • pacman-contrib
  • archiso

Install With - sudo pacman -Syu pacman-contrib archiso
(Syu To make sure everything else is up to date and the repos are synchronized)

Run the Command

Go to the project folder, open a terminal and Type ./build_iso.sh
Or Open Visual Studio code and execute the script from there.

  • If you get an error about /tmp/<something> running out of space, reboot (to clear tmpfs), then edit the WORKDIR=... line to a regular dir name.
    • This (could) happen because the script is written to make a temp dir in /tmp, which is a virtual FS that lives in RAM.
    • If it happens to many people, we can just add a commandline arg to change WORKDIR