Immediately bail out on errors when generating the ISO fails
authorMichael Prokop <mika@grml.org>
Fri, 16 Jul 2021 16:21:13 +0000 (18:21 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 16 Jul 2021 16:21:13 +0000 (18:21 +0200)
commite703806c51d092c9934315da996e66d18fe7a5d1
treea9f843aba649ebe7772abede630030f33d26563e
parent9453222c016a82a2c964e174ec01687f88d73d86
Immediately bail out on errors when generating the ISO fails

For example when the file system is (close to) full and trying to
generate the ISO, the $MKISOFS command line fails with exit code 32, but
we continue to operate on the ISO filename with the isohybrid related
actions and might overwrite the ISO by resetting it.
grml-live