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.
iso/README.md

28 lines
1.6 KiB
Markdown

<p align="center">
<a href="https://github.com/crystal-linux">
3 years ago
<img src="https://raw.githubusercontent.com/crystal-linux/branding/main/icons/crystal-logo-minimal-iso.png" alt="Logo" width="150" height="150">
</a>
</p>
<p align="center">
<h2 align="center"> Crystal ISO </h2>
</p>
<p align="center">
3 years ago
<img src=https://img.shields.io/github/stars/crystal-linux/iso?style=flat&color=a900ff&logo=Github />
<img src=https://img.shields.io/github/forks/crystal-linux/iso?style=flat&color=a900ff&logo=Github />
<img src=https://img.shields.io/github/issues/crystal-linux/iso?style=flat&color=a900ff&logo=Github />
3 years ago
<a href="https://github.com/crystal-linux"/issues-pr><img src=https://img.shields.io/github/issues-pr/crystal-linux/iso?style=flat&color=a900ff&logo=Github /></a>
3 years ago
<a href="https://discord.gg/yp4xpZeAgW"><img alt="Discord" src="https://img.shields.io/discord/825473796227858482?color=blue&label=Discord&logo=Discord&logoColor=white"?link=https://discord.gg/yp4xpZeAgW&link=https://discord.gg/yp4xpZeAgW> </p></a>
<p align="center"> Build or download the Arch-based Crystal Linux iso. </p>
3 years ago
## Dependencies:
* `pacman-contrib`
* `archiso`
3 years ago
## How to Build:
3 years ago
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`)
3 years ago
* If you also add a second arg as in `./build_iso.sh /some/folder testing`, you'll pull from our testing repo (not RN!!)