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

141 Commits

Author SHA1 Message Date
mbusb
72f7c6e0e1 Added Rising Anti Virus ISO 2017-05-04 22:21:44 +05:30
mbusb
4428d0e962 Bug fix for:
1. Crash when listing fixed partition
2. Crash when uninstalling distros (tested on windows) due to permission error of ldlinux.sys and ldlinux.c32
2017-05-04 21:20:51 +05:30
mbusb
7d45a6dfba Merge branch 'devel' of https://github.com/mbusb/multibootusb into devel 2017-05-04 21:14:19 +05:30
multibootusb
47c993db75 Merge pull request #156 from alindt/fixes
Various code cleanups
2017-05-04 20:22:00 +05:30
Alin Trăistaru
36661a767d code cleanup 2017-05-04 11:56:57 +03:00
multibootusb
cc1c238835 Merge pull request #155 from alindt/fixes
Various code cleanup
2017-05-04 06:43:18 +05:30
Alin Trăistaru
2a21a37ab4 code cleanup 2017-05-03 22:15:31 +03:00
mbusb
96c59755bd Merge branch 'master' of https://github.com/mbusb/multibootusb 2017-05-03 23:48:44 +05:30
mbusb
d5d0da9076 Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel 2017-05-03 23:45:26 +05:30
mbusb
0ba7dc0de4 Improvement 2017-05-03 23:32:13 +05:30
mbusb
2691bab31f Update CHANGELOG for new release 2017-05-03 23:16:04 +05:30
mbusb
d12f4e9adb Version bump to 8.7.1 and bug fix for import errors based rpm distros 2017-05-03 22:47:15 +05:30
mbusb
acc2d7aa89 Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel 2017-05-03 19:56:51 +05:30
mbusb
5e4690b6c7 Fix for suse package dependency 2017-05-03 19:56:12 +05:30
multibootusb
323e75832e Merge pull request #153 from alindt/fixes
re-enable GUI controls
uninstall: don't treat ldlinux.* files differently
grub.py: display human readable size
copy_mbusb_dir_usb() only after user agrees
rework imager tab
use os.sync()
code cleanup
remove old GUI files
2017-05-03 19:54:32 +05:30
Alin Trăistaru
b0c5e7ddf9 remove old GUI files 2017-05-03 14:23:27 +03:00
Alin Trăistaru
92a580d0a4 code cleanup 2017-05-03 14:23:27 +03:00
Alin Trăistaru
7695cc43c2 use os.sync() 2017-05-03 12:24:30 +03:00
Alin Trăistaru
d62735350e rework imager tab 2017-05-03 11:31:30 +03:00
Alin Trăistaru
b3f86b0c4d copy_mbusb_dir_usb() only after user agrees 2017-05-03 00:19:28 +03:00
Alin Trăistaru
f3c0b800ee grub.py: display human readable size 2017-05-02 21:23:36 +03:00
Alin Trăistaru
4dbf85d4f1 uninstall: don't treat ldlinux.* files differently 2017-05-02 21:07:22 +03:00
Alin Trăistaru
e6f521e8fd re-enable GUI controls 2017-05-02 21:02:50 +03:00
mbusb
73f3799024 Updated CLI usage examples... 2017-04-30 16:14:13 +05:30
mbusb
b3f83e08f0 Merge branch 'master' into devel 2017-04-30 15:45:50 +05:30
mbusb
336d57f585 New option for CLI
1. Added functionality to skip confirmation with -y or yes CLI switch
2. Now it is possible to add many distro at a time (batch) process using CLI switch
   example CLI usge is python3 multibootusb -c -y -i /path/to/name.iso,/path/to/diss_name.iso -t G:
   (remember not to add space between iso paths)

This commit solves https://github.com/mbusb/multibootusb/issues/137 and https://github.com/mbusb/multibootusb/issues/136
2017-04-30 15:44:55 +05:30
multibootusb
0409a187af Merge pull request #152 from alindt/patch-1
Update README.md
2017-04-30 14:24:39 +05:30
Alin Trăistaru
e204e41362 Update README.md 2017-04-30 11:06:21 +03:00
mbusb
91f7068d71 Merge branch 'devel' of https://github.com/mbusb/multibootusb.git 2017-04-30 10:43:00 +05:30
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
mbusb
252dee154d Updated Readme file 2017-04-29 23:29:49 +05:30
mbusb
21b5c6c002 Merge branch 'devel' of https://github.com/mbusb/multibootusb.git 2017-04-29 18:54:22 +05:30
mbusb
43a408a10d remove stdeb.cfg 2017-04-29 18:54:04 +05:30
mbusb
14c9dec64a Change mode 2017-04-29 18:35:52 +05:30
mbusb
30ffc206b3 Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel 2017-04-29 18:35:21 +05:30
mbusb
995797d721 Fixes 2017-04-29 18:35:00 +05:30
multibootusb
db90ae5fe4 Commit from alindt
Update CHANGELOG
2017-04-29 18:30:39 +05:30
Alin Trăistaru
8be3d661f2 Update CHANGELOG 2017-04-29 15:58:49 +03:00
mbusb
38f28e15c4 Prepare for version 8.7.0 and other improvements
1. Version upgraded to 8.7.0
2. Updated changelog for version 8.7.0
3. Auto convert multibootusb file ending to Linux using dos2unix during packaging
4. Re-enable log message
5. Avoid crashing due to existence of syslinux.cfg
2017-04-29 18:11:11 +05:30
mbusb
2331f51c0b Added distro and few other improvements
1. Added vba32 rescue
2. Temproraily remove 'remove ANSI color codes from logs' patch as it crash under windows
2017-04-29 16:40:11 +05:30
multibootusb
4ea4a6fe93 Merge pull request #150 from alindt/fixes
linux: display total size of disk 			
reduce redundant calls
2017-04-29 15:09:03 +05:30
mbusb
ae00ad50fb Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel 2017-04-29 14:51:11 +05:30
mbusb
75c787077e Removed dependency and few other improvements
1. Droped p7zip-plugin for suse and mageia
2. Added PC Tool. But does not seems to work
3. Added custom functions for writing custom loopback.cfg file
4. Improved CLI working
5. Added custom menu entry file
6. Removed unnecessary codes
7. Removed windows line ending which prevented application not to start
2017-04-29 14:50:21 +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
Alin Trăistaru
79e88874b1 linux: display total size of disk 2017-04-29 11:10:10 +03:00
multibootusb
1782495aea Merge pull request #149 from alindt/fixes
Fixes
2017-04-29 09:47:47 +05:30
Alin Trăistaru
fd98b9082f clean up logging timeformat 2017-04-28 22:15:35 +03:00
Alin Trăistaru
580cb84d3b remove ANSI color codes from log file 2017-04-28 22:03:41 +03:00
Alin Trăistaru
bdccb95396 remove duplicate debug message 2017-04-28 22:02:59 +03:00
mbusb
762e644022 Commandline improvements
1. Reframe wordings when displaying messages under CLI
2. Corrected systemrescuecd subdir path
3. Corrected CLI usage example for windows
2017-04-27 20:46:21 +05:30