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.

40 lines
1.3 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
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)
  10. ### Build the ISO
  11. Requires current version of Fedora.x86\_64 to build.
  12. 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.
  13. ```
  14. chmod +x make-iso.sh
  15. ./make-iso.sh
  16. ```
  17. 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.
  18. ## Authors
  19. * Aidan Kahrs (Lead) <axk4545@rit.edu>
  20. * Josh Bicking (Tutorials) <jhb2345@rit.edu>
  21. * Regina Locicero (Designer) <rtl3971@rit.edu>
  22. * Tim Zabel (Scripts) <tjz8659@rit.edu>
  23. * Christian Martin (The new guy, build automation) (find me on IRC)
  24. ## Tasks
  25. ## Contributing
  26. Please see [CONTRIBUTING.md](CONTRIBUTING.md)
  27. ## Resources
  28. * [RITlug website](http://ritlug.com)
  29. * [RITlug @ GitHub](https://github.com/RITlug)
  30. * [About Fedora Remixes](https://fedoraproject.org/wiki/Remix)
  31. * [Building ISOs With Livemedia Creator](https://fedoraproject.org/wiki/Livemedia-creator-_How_to_create_and_use_a_Live_CD)
  32. * [2017-02-24 Etherpad notes](https://etherpad.gnome.org/p/rit-remix-discussion)