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
Matt Compton 37950966cf add GPL 3 years ago
pear migrating from old repo 3 years ago
.gitignore migrating from old repo 3 years ago
LICENSE add GPL 3 years ago
README.md migrating from old repo 3 years ago
build_iso.sh migrating from old repo 3 years ago
chrooted.sh migrating from old repo 3 years ago
inject.sh migrating from old repo 3 years ago
mkarchiso migrating from old repo 3 years ago
sysrootpkgs migrating from old repo 3 years ago

README.md

PearISO

Build the (new) Arch-based pear iso.

Packages:

  • pacman-contrib
  • archiso That's all, I think

Build ISO:

  • build_iso.sh
  • If you get an error about /tmp/<something> running out of space, reboot (to clear tmpfs), then edit the WORKDIR=... line to a regular dir name.
    • This (could) happen because the script is written to make a temp dir in /tmp, which is a virtual FS that lives in RAM.
    • If it happens to many people, we can just add a commandline arg to change WORKDIR