rm -r compose/{Calamari,MON,OSD}
pushd compose/Installer
# Remove more things that we don't need
- rm -r x86_64/{debug,jigdo,os}/
+ rm -r x86_64/{debug,os}/
rm -r source/tree/
- # This ISO is only the "Installer" ISO, not the unified one. Remove it.
- rm x86_64/iso/$compose_id-Installer-x86_64-dvd1.iso*
- rm source/iso/$compose_id-Installer-source-dvd1.iso*
- # These checksums are for the "Installer" ISO (see above).
- rm {source,x86_64}/iso/MD5SUM
- rm {source,x86_64}/iso/SHA1SUM
- rm {source,x86_64}/iso/SHA256SUM
# We are now left with two single "unified" ISOs in /x86_64 and in /source.
popd # compose/Installer
popd # $target