Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

Building ISOs

Christian Martin edited this page Nov 1, 2017 · 8 revisions

Building TigerOS ISOs

These instructions are for manually building the ISO, if you want to automate the process, please see the TigerOS CI page instead.

  1. Make sure the following packages are installed:
  • mock
  • git
  1. Clone the repo https://github.com/ritlug/tigeros - if you want the devel branch, use -b devel (if you already have it cloned you can use git pull instead)
  2. cd into the git folder (cd tigeros/)
  3. make sure the make-iso.sh file is executable (chmod +x make-iso.sh)
  4. Run make-iso.sh as root (sudo ./make-iso.sh)
  5. Wait for mock to finish running. This can take a long time (40+ minutes on a good computer).

Info about another effort to build Fedora ISOs that may be helpful for debugging the build process Fedora Respins SIG