re-enable GUI controls
uninstall: don't treat ldlinux.* files differently
grub.py: display human readable size
copy_mbusb_dir_usb() only after user agrees
rework imager tab
use os.sync()
code cleanup
remove old GUI files
1. Added functionality to skip confirmation with -y or yes CLI switch
2. Now it is possible to add many distro at a time (batch) process using CLI switch
example CLI usge is python3 multibootusb -c -y -i /path/to/name.iso,/path/to/diss_name.iso -t G:
(remember not to add space between iso paths)
This commit solves https://github.com/mbusb/multibootusb/issues/137 and https://github.com/mbusb/multibootusb/issues/136
1. Fix for crash when installing under Install syslinux tab
2. Prevent read only filesystem under Linux
3. Corrected setup file copy location preventing crash
4. Improved multibootusb-pkexec script for working under rpm and deb based distros
5. Create correct policy file during build time
6. Modified readme file to point to improved guide
1. Version upgraded to 8.7.0
2. Updated changelog for version 8.7.0
3. Auto convert multibootusb file ending to Linux using dos2unix during packaging
4. Re-enable log message
5. Avoid crashing due to existence of syslinux.cfg
1. Droped p7zip-plugin for suse and mageia
2. Added PC Tool. But does not seems to work
3. Added custom functions for writing custom loopback.cfg file
4. Improved CLI working
5. Added custom menu entry file
6. Removed unnecessary codes
7. Removed windows line ending which prevented application not to start
from...
usb.py:406:details() called from persistence.py:28:max_disk_persistence()
usb.py:406:details() called from mbusb_gui.py:148:onComboChange()
usb.py:406:details() called from uninstall_distro.py:24:install_distro_list()
...to
usb.py:406:details() called from mbusb_gui.py:147:onComboChange()