Skip to content

elite-image-mounter

Compare
Choose a tag to compare
@siyia2 siyia2 released this 30 Oct 16:26
· 5 commits to main since this release
f3e243a
  • Added a check to BIN/IMG to ISO conversions so that they do not overwrite pre-existing ISO(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 beautiful ls list of the available mounts.
  • Merged iso list and selection 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.