This repository has been archived by the owner on Oct 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Building ISOs
Christian Martin edited this page Nov 1, 2017
·
8 revisions
These instructions are for manually building the ISO, if you want to automate the process, please see the TigerOS CI page instead.
- Make sure the following packages are installed:
- mock
- git
- 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 usegit pull
instead) - cd into the git folder (
cd tigeros/
) - make sure the
make-iso.sh
file is executable (chmod +x make-iso.sh
) - Run
make-iso.sh
as root (sudo ./make-iso.sh
) - 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
© CC-BY-SA 4.0 – 2018, RIT Linux Users Group