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.

19 lines
934 B

7 years ago
7 years ago
  1. #!/bin/bash
  2. set -eu
  3. #####################################################################
  4. # TigerOS Build Script for running on the build box with Jenkins CI #
  5. # @author: Aidan Kahrs #
  6. # #
  7. # Usage: sudo bash build.sh #
  8. # #
  9. #####################################################################
  10. rm -rf tigeros.ks
  11. wget -O tigeros.ks https://raw.githubusercontent.com/RITlug/TigerOS/master/tigeros.ks
  12. 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
  13. cp -f /var/lmc/TigerOS.iso /srv/isos/
  14. rm -rf /var/lmc/
  15. cd /srv/isos
  16. sha512sum *.iso > CHECKSUM512
  17. cd /home/build
  18. rm -rf anaconda/ *.log