Create live-image for Grit OS

build.sh 420B

1234567891011121314151617181920212223
  1. # ---------------------------
  2. # Build Custom Repository
  3. # ---------------------------
  4. ./customrepo/build.sh
  5. # ---------------------------
  6. # Build ISO
  7. # ---------------------------
  8. # Clean up
  9. rm -rf ./releng/work/*
  10. rm -rf ./releng/out
  11. # Change root ownership
  12. chown -R root:root ./releng/root-image
  13. # Call the original build script
  14. ./releng/build.sh -v
  15. # Change ownership back
  16. chown -R bryan:users releng/root-image