Create live-image for Grit OS
# ---------------------------# Build Custom Repository# ---------------------------./customrepo/build.sh# ---------------------------# Build ISO# ---------------------------# Clean uprm -rf ./releng/work/*rm -rf ./releng/out# Change root ownershipchown -R root:root ./releng/root-image# Call the original build script./releng/build.sh -v# Change ownership backchown -R bryan:users releng/root-image