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
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()
1. Warn users when using partition/disk for dd and normal disto install through a message
2. Bumped the version to 8.6.0
3. Updated changelog for version 8.6.0
4. Changes logic for Slackware mini
5. Check for host pyudev and use inbuilt if not available
6. Updated setup.py for inclusion of newer files towards new release
1. Added syslinux.bin and an entry in grub.cfg so as to chainload to syslinux from grub2
2. Added grml
3. Kill windows explorer when writing ISO image to USB (This is reqired to prevent dd.exe from failing)
4. Load combobox with detected drive when loading GUI
5. File dialog remembers last opened file directory
6. Logging syslinux install command
1. Diable persistence slider after installing a distro
2. Correct typo on default syslinux.cfg file
3. Update status text when applying filesystem to persistence file
4. Correct QEMU boot issue under Windows
2. Added PLOP boot manager
3. Added netboot.iso
4. Added latest memtest
5. Added slack mini boot
6. Improved fedora detection script
This commit provide initial and bare minimum support to UEFI boot.
The support will be improved upon users feedback and raising issues.