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

11 Commits

Author SHA1 Message Date
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
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
Göktürk Yüksek
938d31412e
scripts/usb.py: use device.get() instead of device[''] to handle KeyError
The devices returned by list_devices() may not always have all the
properties and referencing them raises a KeyError. Use the .get()
interface as suggested by the upstream[0] to avoid such exceptions.

[0] http://pyudev.readthedocs.io/en/latest/guide.html#id6
2017-01-26 20:06:43 -05:00
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