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.

33 lines
822 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. ### Build the ISO
  10. 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.
  11. ```
  12. chmod +x make-iso.sh
  13. bash make-iso.sh
  14. ```
  15. ## Authors
  16. * Aidan Kahrs (Lead) <axk4545@rit.edu>
  17. * Josh Bicking (Tutorials) <jhb2345@rit.edu>
  18. ## Tasks
  19. ## Resources
  20. * [RITlug website](http://ritlug.com)
  21. * [RITlug @ GitHub](https://github.com/RITlug)
  22. * [About Fedora Remixes](https://fedoraproject.org/wiki/Remix)
  23. * [Building ISOs With Livemedia Creator](https://fedoraproject.org/wiki/Livemedia-creator-_How_to_create_and_use_a_Live_CD)
  24. * [2017-02-24 Etherpad notes](https://etherpad.gnome.org/p/rit-remix-discussion)