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

24 lines
888 B
Markdown

<p align="center">
<a href="https://github.com/crystalux-project/branding">
3 years ago
<img src="https://github.com/crystalux-project/branding/blob/main/crystalux-logo-minimal.png?" alt="Logo" width="150" height="150">
</a>
</p>
<p align="center">
<h2 align="center"> Crystal ISO </h2>
</p>
<p align="center">
<img src=https://img.shields.io/github/stars/crystalux-project/amethyst?style=for-the-badge&logo=appveyor&color=blue /> </p>
<p align="center"> Build the Arch-based CrystalUX iso. </p>
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
### Dependencies:
* `pacman-contrib`
3 years ago
* `archiso`
* `github-cli`