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
Robin Candau f01681b95c Merge branch 'new_pacman_conf' into 'main'
Adapt pacman.conf according to the Arch Git Migration

See merge request crystal/misc/iso!1
11 months ago
.github/workflows Removed the gzipped ISO 2 years ago
crystal Adapt pacman.conf according to the Arch Git Migration 11 months ago
.gitignore Unify both build scripts, use flags as options 2 years ago
.gitlab-ci.yml feat: only run pipeline manually from web 1 year ago
LICENSE add GPL 3 years ago
README.md Add crystal-mirrorlist to dependeencies 1 year ago
build.sh remove gitlab-ci and minor cleanup of build script 2 years ago
chrooted-bootstrap.sh Fix wrong pacman config in bootstrap 2 years ago
chrooted-iso.sh Removed flatpak install for Jade-Gui and corrected the path to the '.desktop' file 2 years ago
inject.sh Fixed installation of jade-gui flatpak on ISO 2 years ago
mkarchiso created extra script for building tarball 3 years ago

README.md

Logo

Crystal ISO

Build or download the Arch-based Crystal Linux iso.

Dependencies:

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.sh --build-iso to build an iso image
  • Or Run ./build.sh --build-bootstrap to build a rootfs tarball

How to build inside of Docker or Podman:

  • The container MUST be ran as root to build.

    • Other than needing to be ran as root, it should function correctly. You may need to install a few more dependencies aside from the ones listed here.

    To enter a distrobox container as root, run distrobox enter --root boxnamehere -- bash

    (the -- bash is to ensure the container opens properly. Install your host shell afterwards to get it to open using your host shell.)