elite-image-mounter
- Added a check to
BIN/IMG
toISO
conversions so that they do not overwrite pre-existingISO(s)
with same path. - Fixed some weird menu behavior and as a consequence, i had to restructure the entire logic surrounding them.
- Further simplification of the menu code making it easier to read.
- Improved
Mount function
performance as a result of better mount point detection. - I replaced the option of
5} Open /mnt directory
in main menu with a beautifulls list
of the available mounts. - Merged
iso list
andselection mount
functions into one for simplicity. Mount function
now safely prevents any duplicate mounts.- Parallelization of the
BIN/IMG
conversion process. - Parallelization of the mounting process itself.
- Reduced nested loops to a minimum for the desired behavior.
- Updated ASCII Art to match current version.
- Updated README.
Only issue persisting is the mounting of filenames with spaces in their paths in manual mode, however the list mode in that regard, works flawlessly.