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

17 lines
468 B
Markdown

3 years ago
# CrystalISO
Build the Arch-based CrystalUX iso.
3 years ago
## How to Build:
3 years ago
You will have to use Arch or Arch-Based distros to build this ISO File.
3 years ago
1. Install Dependencies
2. Go to the project folder
3 years ago
3. Run `./build_iso.sh`
3 years ago
### Dependencies:
* `pacman-contrib`
* `archiso`
3 years ago
### Run the Command
* `./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`)