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.

34 lines
919 B

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. ## Instructions
  4. ### Setup
  5. * Clone this repo
  6. ```
  7. git clone https://github.com/RITlug/TigerOS.git
  8. ```
  9. * Install [Mock](https://github.com/rpm-software-management/mock/wiki) according to your system.
  10. ### Build the ISO
  11. 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.
  12. ```
  13. chmod +x make-iso.sh
  14. bash make-iso.sh
  15. ```
  16. ## Authors
  17. * Aidan Kahrs (Lead) <axk4545@rit.edu>
  18. * Josh Bicking (Tutorials) <jhb2345@rit.edu>
  19. ## Tasks
  20. ## Resources
  21. * [RITlug website](http://ritlug.com)
  22. * [RITlug @ GitHub](https://github.com/RITlug)
  23. * [About Fedora Remixes](https://fedoraproject.org/wiki/Remix)
  24. * [Building ISOs With Livemedia Creator](https://fedoraproject.org/wiki/Livemedia-creator-_How_to_create_and_use_a_Live_CD)
  25. * [2017-02-24 Etherpad notes](https://etherpad.gnome.org/p/rit-remix-discussion)