Fedora Remix maintained by the Rochester Institute of Technology (RIT) Linux Users Group, targeted at users new to Linux and RIT students, faculty, and staff
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.1 KiB

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
  1. TigerOS
  2. ====================
  3. [![Build Status](https://travis-ci.org/RITlug/TigerOS.svg?branch=master)](https://travis-ci.org/RITlug/TigerOS)
  4. [![Build Status-devel](https://travis-ci.org/RITlug/TigerOS.svg?branch=devel)](https://travis-ci.org/RITlug/TigerOS)
  5. ## Instructions
  6. ### Setup
  7. * Clone this repo
  8. ```
  9. git clone https://github.com/RITlug/TigerOS.git
  10. ```
  11. * Install [Mock](https://github.com/rpm-software-management/mock/wiki) according to your system.
  12. ### Build the ISO
  13. From the directory where you cloned this repo run the commands below. You may need to preface it with `sudo` if you do not have root privileges.
  14. ```
  15. chmod +x make-iso.sh
  16. bash make-iso.sh
  17. ```
  18. ## Authors
  19. * Aidan Kahrs (Lead) <axk4545@rit.edu>
  20. * Josh Bicking (Tutorials) <jhb2345@rit.edu>
  21. ## Tasks
  22. ## Resources
  23. * [RITlug website](http://ritlug.com)
  24. * [RITlug @ GitHub](https://github.com/RITlug)
  25. * [About Fedora Remixes](https://fedoraproject.org/wiki/Remix)
  26. * [Building ISOs With Livemedia Creator](https://fedoraproject.org/wiki/Livemedia-creator-_How_to_create_and_use_a_Live_CD)
  27. * [2017-02-24 Etherpad notes](https://etherpad.gnome.org/p/rit-remix-discussion)