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.2 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
  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. With a 3.40GHz dual core i3 CPU with hyperthreading enabled and 16GB of RAM, the build process after the initial build should take approximately 40 minutes to complete. The initial build time will vary based on specs.
  16. ## Authors
  17. * Aidan Kahrs (Lead) <axk4545@rit.edu>
  18. * Josh Bicking (Tutorials) <jhb2345@rit.edu>
  19. * Regina Locicero (Designer) <rtl3971@rit.edu>
  20. * Tim Zabel (Scripts) <tjz8659@rit.edu>
  21. ## Tasks
  22. ## Contributing
  23. Please see [CONTRIBUTING.md](CONTRIBUTING.md)
  24. ## Resources
  25. * [RITlug website](http://ritlug.com)
  26. * [RITlug @ GitHub](https://github.com/RITlug)
  27. * [About Fedora Remixes](https://fedoraproject.org/wiki/Remix)
  28. * [Building ISOs With Livemedia Creator](https://fedoraproject.org/wiki/Livemedia-creator-_How_to_create_and_use_a_Live_CD)
  29. * [2017-02-24 Etherpad notes](https://etherpad.gnome.org/p/rit-remix-discussion)