Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crystal-linux/iso
Build or download the Arch-based Crystal Linux iso.
https://github.com/crystal-linux/iso
arch-linux archlinux download iso
Last synced: 2 months ago
JSON representation
Build or download the Arch-based Crystal Linux iso.
- Host: GitHub
- URL: https://github.com/crystal-linux/iso
- Owner: crystal-linux
- License: gpl-3.0
- Created: 2022-05-31T12:55:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T13:33:36.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T11:23:59.826Z (9 months ago)
- Topics: arch-linux, archlinux, download, iso
- Language: Shell
- Homepage: https://getcryst.al
- Size: 267 KB
- Stars: 125
- Watchers: 6
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **THIS PROJECT HAS BEEN MIGRATED TO GITLAB**
Please make any PRs here, rather than to the GitHub: https://git.getcryst.al/crystal# REPOSITORIES HERE ARE **OUTDATED**, GO TO THE LINK BELOW
# ---- > https://git.getcryst.al/crystal < ----
Crystal ISO
Important
Since we migrated to our own GitLab instance, the ISOs are now released there.
The latest ISO is available here.Build or download the Arch-based Crystal Linux iso.
## Dependencies:
* `pacman-contrib`
* `archiso`
* `squashfs-tools`## 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.)