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.

37 lines
1.0 KiB

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
  1. The RIT Fedora Remix
  2. ====================
  3. ## Instructions
  4. ### Setup
  5. * Install lorax
  6. ```
  7. sudo dnf install lorax
  8. ```
  9. * Clone this repo
  10. ```
  11. git clone https://github.com/RITlug/TigerOS.git
  12. ```
  13. ### Build the ISO
  14. From the directory where you cloned this repo run the command below. You may need to preface it with `sudo` if you do not have root privileges.
  15. ```
  16. livemedia-creator --ks tigeros.ks --no-virt --resultdir /var/lmc --project TigerOS-Live --make-iso --volid TigerOS --iso-only --iso-name TigerOS.iso --releasever 25 --title TigerOS-live --macboot
  17. ```
  18. The resulting iso will be in /var/lmc/
  19. ## Authors
  20. * Aidan Kahrs <axk4545@rit.edu>
  21. * Josh Bicking (Tutorials) <jhb2345@rit.edu>
  22. ## Tasks
  23. ## Resources
  24. * [RITlug website](http://ritlug.com)
  25. * [RITlug @ GitHub](https://github.com/RITlug)
  26. * [About Fedora Remixes](https://fedoraproject.org/wiki/Remix)
  27. * [Building ISOs With Livemedia Creator](https://fedoraproject.org/wiki/Livemedia-creator-_How_to_create_and_use_a_Live_CD)
  28. * [2017-02-24 Etherpad notes](https://etherpad.gnome.org/p/rit-remix-discussion)