2
0
mirror of https://github.com/mbusb/multibootusb synced 2024-11-18 15:25:46 +00:00
Commit Graph

27 Commits

Author SHA1 Message Date
Alin Trăistaru
b3f86b0c4d copy_mbusb_dir_usb() only after user agrees 2017-05-03 00:19:28 +03:00
Alin Trăistaru
e6f521e8fd re-enable GUI controls 2017-05-02 21:02:50 +03:00
mbusb
4a41cbbc79 Improvement under Linux and build improvements
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
2017-04-30 01:32:02 +05:30
Alin Trăistaru
a64bf2402f reduce redundant usb.py:details() calls
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()
2017-04-29 11:10:10 +03:00
mbusb
764b8dccc3 Enable GUI Controls when selected no to options. 2017-04-26 19:31:37 +05:30
Alin Trăistaru
a0dd6438c5 greatly reduce CPU usage 2017-04-24 20:19:07 +03:00
Alin Trăistaru
670cdbd4d1 disable/enable UI when actions in progress
fixes #90
2017-04-24 20:19:07 +03:00
mbusb
f83297504c Fix for previous commit under windows (check if USB is a disk or partition) 2017-04-23 00:20:24 +05:30
mbusb
11096af0d8 User improvements and version bump
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
2017-04-23 00:07:00 +05:30
mbusb
4ca22ff1fd Bug fix
1.  GRUB command not found error
2.  Added missing command.lst file
3.  Crash while writing ISO to USB disk under Windows
2017-04-21 23:50:14 +05:30
Alin Trăistaru
43d3754354 add some icons 2017-04-21 13:45:46 +03:00
Alin Trăistaru
374d494f16 fix typos and reword 2017-04-20 14:14:42 +03:00
Alin Trăistaru
60635d4808 Safely access usb info dict 2017-04-17 23:04:04 +03:00
mbusb
7c98ec00a0 Windows Fix for commit 0e73b8b
1. Activate listing of devices when All drives option is enabled and disabled
2. Add a dummy devtype to usb.py module to avoid crash under Windows
2017-04-17 22:31:51 +05:30
Alin Trăistaru
3f55b26bfe Fix device information display 2017-04-17 17:04:20 +03:00
Alin Trăistaru
a18c3be489 re-enable "All drives" functionality 2017-04-17 00:11:43 +03:00
mbusb
704769a81c Small improvements and added a distro
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
2017-04-16 22:19:18 +05:30
mbusb
1c6cd4fff7 GUI and other improvements
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
2017-04-16 14:32:06 +05:30
mbusb
9ffb4ba5e5 Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel
Also fixed crash on windows when detect usb drive button is clicked.
2017-04-16 12:38:39 +05:30
Alin Trăistaru
b1e7a3ae1f fix persistence logic 2017-04-15 12:37:07 +03:00
Alin Trăistaru
78ebfaf7e4 rework ui/core (partial) 2017-04-15 12:36:58 +03:00
mbusb
d8b485efda 1. Initial UEFI support
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.
2017-04-10 21:30:38 +05:30
mbusb
f6b6d1c0e5 Update to new release - 8.5.0 2017-02-05 15:29:07 +05:30
mbusb
be4c8d9763 update to version 8.4.0 2016-12-26 23:23:21 +05:30
mbusb
890c266342 Inform user about the requirement of admin privilege. Added option to list all drives (including fixed). Fixed the bug 'maximum 2047 mb allowed'. 2016-12-03 15:36:47 +05:30
mbusb
5aaa28c4b2 Update files to version 8.1.0 2016-11-20 16:28:02 +05:30
mbusb
2c33ed73de Upgrading to version 8.0.0 2016-11-06 16:48:53 +05:30