Please help with testing and critical comments
Testing
Testing that it works as expected, looking for
- bugs
- things that can be misunderstood
- things that are not user friendly
New ways to work
This release candidate has basically only added eye candy for the old way to work, that was there in the text mode version. It it enough, or must there be new ways to work to make it work for new users?
Starting mkusb
Is it OK to run mkusb as a command line tool, where the input file is entered as parameter #1 (the source of the cloning, where the target is the USB drive)?
Generally:
sudo path/mkusb path/input.iso
Example:
sudo ./mkusb mini.iso
Or is it important, that I add an outer layer, with a menu tool to select input file (iso file or compressed image file)?
Example:
sudo ./mkusb
Installing mkusb
Now mkusb is not 'installed', but simply downloaded, maybe moved and run as it is after chmod or using 'sudo bash'.
- Is it important to provide a standard model to install mkusb, for example into /usr/sbin via a ppa?
- Is it important that mkusb is made available from the menu/dash automatically in the installation process?