jsamr / bootiso

A bash program to securely create a bootable USB device from one image file.
https://jsamr.github.io/bootiso
GNU General Public License v3.0
809 stars 89 forks source link

Bootiso could allow a `--dry-run' flag with which it is guaranteed that no side-effects can occur #9

Open nycmitch25 opened 6 years ago

nycmitch25 commented 6 years ago

Hello, I was wondering if it would be useful to have a '--dry-run' option that went through all of the motions of the script and checked that it was set up to work correctly etc. to test the settings etc that the user provided? As the name implies it would not actually perform the test but just test it. Great script btw!

jsamr commented 6 years ago

@nycmitch25 That's a good idea. I have to study if it does not add to much complexity. I will work on the next release in May / June, and might add this feature.