I have a Linux TAR file that I would like to convert directly into an ISO. Is there a way to do this, preferably, without having to extract the contents of the file first?
This would be similar to the following question; however, this is focused on plain or straight-up tar files and not related to bzip or a bzipped tar.
This is also something that I intended to use within a script and the reason that I do not want to extract it first.