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
240 B

  1. #!/bin/bash
  2. # make sure this was run as root
  3. if [ $UID -ne 0 ] ; then
  4. echo "Need to be root; trying sudo"
  5. exec sudo $0 "$@"
  6. fi
  7. . config || exit 0
  8. set -e
  9. rm -f ${OUTPUT}
  10. ./cleanup.sh
  11. ./extractiso.sh
  12. ./customize.sh
  13. ./buildiso.sh