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

51 Commits

Author SHA1 Message Date
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
mbusb
be4c8d9763 update to version 8.4.0 2016-12-26 23:23:21 +05:30
mbusb
a149f762f3 Bug fix 2016-12-03 21:41:53 +05:30
mbusb
859ccc8d17 New release - 8.3.0 2016-12-03 17:59:33 +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
4acef6fae7 . 2016-11-30 22:01:23 +05:30
mbusb
67857327db Merge branch 'master' of https://github.com/mbusb/multibootusb.git 2016-11-30 22:00:28 +05:30
mbusb
1e3f1f1c26 Added ReactOS 2016-11-30 21:59:03 +05:30
mbusb
5e96cd15f8 Include CHANGELOG for version upgrade 2016-11-27 17:17:10 +05:30
mbusb
767bcc6d4e Updating to new release 8.2.0 2016-11-27 16:41:30 +05:30
mbusb
95245ffc63 Added Fedora persistence. Bug fix for crash when uninstalling Sergei Strelec. Also fixed the knoppix bug. 2016-11-27 12:33:49 +05:30
multibootusb
7b7c50c1fb Merge pull request #74 from palob/launcher-fix
Unhardcode icon file type in GNU/Linux laucher
2016-11-27 06:17:30 +05:30
mbusb
e4173be1b7 Added Sergei Strelec 2016-11-27 06:16:12 +05:30
Vincent Bermel
cc37e27f0c Unhardcode icon file type in GNU/Linux laucher 2016-11-24 21:43:42 +01:00
mbusb
acde57f600 Added Alt Linux. 2016-11-23 23:03:07 +05:30
mbusb
5aaa28c4b2 Update files to version 8.1.0 2016-11-20 16:28:02 +05:30
mbusb
5e9fcf9f63 Removing unwanted files from source. 2016-11-07 21:40:00 +05:30