2
0
mirror of https://github.com/mbusb/multibootusb synced 2024-11-01 15:40:16 +00:00
Commit Graph

67 Commits

Author SHA1 Message Date
multibootusb
0a25f582ba Merge pull request #133 from alindt/fixes
various fixes
2017-04-20 18:45:10 +05:30
Alin Trăistaru
9923b57f3f fix persistence on mount points containing spaces 2017-04-20 14:14:42 +03:00
Alin Trăistaru
374d494f16 fix typos and reword 2017-04-20 14:14:42 +03:00
multibootusb
a150156509 Merge pull request #131 from alindt/no-bus-check
linux: rethink device detection logic
2017-04-20 06:34:09 +05:30
Alin Trăistaru
42f97f3a3c linux: rethink device detection logic
Don't rely on ID_USB udev item
Should fix #110
2017-04-19 23:29:05 +03:00
multibootusb
4dcf38d523 Merge pull request #129 from alindt/detect-centos
Fix CentOS ISOs detection
2017-04-18 14:08:39 +05:30
Alin Trăistaru
97712a0741 Fix CentOS ISOs detection
Closes #98

Signed-off-by: Alin Trăistaru <alin.traistaru+github@gmail.com>
2017-04-18 11:30:26 +03:00
multibootusb
552085a73d Merge pull request #128 from alindt/safe-usb-info-access
Safely access usb info dict
2017-04-18 06:58:02 +05:30
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
multibootusb
0e73b8b301 Merge pull request #125 from alindt/dev-info-display
Fix device information display
2017-04-17 19:44:14 +05:30
Alin Trăistaru
3f55b26bfe Fix device information display 2017-04-17 17:04:20 +03:00
multibootusb
df9779935f Merge pull request #124 from alindt/all-drives
re-enable "All drives" functionality
2017-04-17 06:36:05 +05:30
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
mbusb
7b92c2021b Improvements and bug fixes
1. Added Finnix
2. Check for EFI binary after uninstalling a distro (and copy mbusb binary if not present)
3. Added Fatdog
4. Improved way to detect grub*.cfg file
5. Corrected spelling mistake
2017-04-16 10:37:12 +05:30
multibootusb
07b4dc328c Merge pull request #121 from alindt/ui-core-redesign
UI/core redesign
2017-04-16 10:32:24 +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
Alin Trăistaru
cc130d5d7c .gitignore update 2017-04-14 09:54:10 +03:00
mbusb
2fc61df51e Detect isolinux version 2 and install version 3 instead. 2017-04-11 22:25:39 +05:30
mbusb
8148c33752 Merge branch 'master' of https://github.com/mbusb/multibootusb into devel 2017-04-10 21:47:45 +05:30
multibootusb
7de10c1a2a Merge pull request #118 from alindt/master
Fix installing syslinux in distro dir on ext2/3/4
2017-04-10 21:45:52 +05:30
mbusb
b210bcccbc Merge branch 'devel' of https://github.com/mbusb/multibootusb into devel 2017-04-10 21:35:12 +05:30
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
Alin Trăistaru
13d798e873 Fix installing syslinux in distro dir on ext2/3/4
Executing ==>
dd if=/dev/sdb1 of=/media/user/USBFLASH"/media/user/USBFLASH/multibootusb/debian/isolinux/debian-install.bs" count=1
dd: failed to open '/media/user/USBFLASH/media/user/USBFLASH/multibootusb/debian/isolinux/debian-install.bs':
No such file or directory

Failed to install syslinux on distro directory...
2017-04-10 17:17:31 +03:00
multibootusb
fa5bac15fd Merge pull request #115 from alindt/dev
Use host pyudev library instead of bundled on Linux
2017-04-09 12:54:06 +05:30
Alin Trăistaru
8cb345d764 linux: use system pyudev library instead of bundled 2017-04-06 23:19:23 +03:00
multibootusb
e754db8f19 Merge pull request #114 from alindt/master
Modification to GUI and minor bug fixes and tweaking to progressbar by Alin Trăistaru.
2017-04-06 21:55:03 +05:30
Alin Trăistaru
71496955cb tweak log progressbar 2017-04-06 12:00:11 +03:00
Alin Trăistaru
349dca6f22 fixed typos 2017-04-06 11:58:04 +03:00
Alin Trăistaru
5266992ac4 use dd sync writes 2017-04-05 13:33:00 +03:00
Alin Trăistaru
7dd6cd041c GUI cleanup and minor fixes 2017-04-04 15:22:01 +03:00
mbusb
59a3ff23d1 Fix for random crash
Fix for random crash when ISO file contain non utf charectors.
2017-02-17 22:06:06 +05:30
mbusb
9c80c31736 Merge branch 'master' of https://github.com/mbusb/multibootusb.git 2017-02-11 21:03:00 +05:30
mbusb
52c66ca7cd Pull from master 2017-02-11 21:02:53 +05:30
mbusb
b9fb603f27 Change in debian installer detection. 2017-02-06 22:57:58 +05:30
mbusb
1aa03afaea Update for fedora install script 2017-02-06 22:25:37 +05:30
mbusb
82ea6770a9 Updating CHANGELOG 2017-02-05 16:36:44 +05:30
mbusb
f6b6d1c0e5 Update to new release - 8.5.0 2017-02-05 15:29:07 +05:30
mbusb
ad5bd3e431 Change mode. 2017-02-01 22:08:17 +05:30
mbusb
ba596fa2e2 Merge branch 'master' of https://github.com/mbusb/multibootusb.git 2017-02-01 22:06:52 +05:30
mbusb
bb0fc1fac0 Added Solus OS and Ka OS . 2017-02-01 22:04:39 +05:30
multibootusb
fd353174a3 Merge pull request #86 from bagage/master
Fix crash in ISO Imager
2017-02-01 21:49:17 +05:30
multibootusb
7bc82f4dfe Merge pull request #93 from gktrk/pyudev-fix
scripts/usb.py: use device.get() instead of device[''] to handle KeyError
2017-02-01 21:48:41 +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
Gautier Pelloux-Prayer
1da1f6cfee Fix crash when trying to use ISO Imager 2017-01-04 15:51:38 +01:00
Gautier Pelloux-Prayer
7ac3b16d14 Make multibootusb-pkexec executable 2017-01-04 15:49:42 +01:00