Commit Graph

96 Commits (4346a9a9ef4c4defcdf18c1a41515ec627f02a1d)

Author SHA1 Message Date
mbusb 4346a9a9ef Reduce the usage of 7zip for extracting files 7 years ago
mbusb 09fef8f6ca Added Trinity Rescue Disk 7 years ago
mbusb c168792225 Added ESET Rescue Disk 7 years ago
mbusb fe4a500c06 Added AntivirusLiveCD (Calm AV) 7 years ago
mbusb 6beacbf175 Added Avira Rescue System 7 years ago
mbusb 72f7c6e0e1 Added Rising Anti Virus ISO 7 years ago
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
7 years ago
mbusb 7d45a6dfba Merge branch 'devel' of https://github.com/mbusb/multibootusb into devel 7 years ago
Alin Trăistaru 36661a767d code cleanup 7 years ago
Alin Trăistaru 2a21a37ab4 code cleanup 7 years ago
mbusb d5d0da9076 Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel 7 years ago
mbusb 0ba7dc0de4 Improvement 7 years ago
Alin Trăistaru b0c5e7ddf9 remove old GUI files 7 years ago
Alin Trăistaru 92a580d0a4 code cleanup 7 years ago
Alin Trăistaru 7695cc43c2 use os.sync() 7 years ago
Alin Trăistaru d62735350e rework imager tab 7 years ago
Alin Trăistaru b3f86b0c4d copy_mbusb_dir_usb() only after user agrees 7 years ago
Alin Trăistaru f3c0b800ee grub.py: display human readable size 7 years ago
Alin Trăistaru 4dbf85d4f1 uninstall: don't treat ldlinux.* files differently 7 years ago
Alin Trăistaru e6f521e8fd re-enable GUI controls 7 years ago
mbusb b3f83e08f0 Merge branch 'master' into devel 7 years ago
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
7 years ago
mbusb 91f7068d71 Merge branch 'devel' of https://github.com/mbusb/multibootusb.git 7 years ago
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
7 years ago
mbusb 30ffc206b3 Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel 7 years ago
mbusb 995797d721 Fixes 7 years ago
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
7 years ago
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
7 years ago
multibootusb 4ea4a6fe93 Merge pull request #150 from alindt/fixes
linux: display total size of disk 			
reduce redundant calls
7 years ago
mbusb ae00ad50fb Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel 7 years ago
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
7 years ago
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()
7 years ago
Alin Trăistaru 79e88874b1 linux: display total size of disk 7 years ago
Alin Trăistaru fd98b9082f clean up logging timeformat 7 years ago
Alin Trăistaru 580cb84d3b remove ANSI color codes from log file 7 years ago
Alin Trăistaru bdccb95396 remove duplicate debug message 7 years ago
mbusb 762e644022 Commandline improvements
1. Reframe wordings when displaying messages under CLI
2. Corrected systemrescuecd subdir path
3. Corrected CLI usage example for windows
7 years ago
mbusb 160e1a75d2 Fixed for command line interface and minor improvements
1.  Fixed bug which prevents installing distro through CLI
2.  Added entries for windoes cli and uninstall in usage for CLI
3.  Added "Alin Trăistaru (alindt)" in authors list and reduced About window size
4.  Fixed few other minor bugs
7 years ago
mbusb 7878912172 Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel 7 years ago
mbusb 764b8dccc3 Enable GUI Controls when selected no to options. 7 years ago
Alin Trăistaru 925e2fc12d reduce redundant function calls 7 years ago
Alin Trăistaru 918ebfd35d add initial debug API
- bundled Colorama module (https://pypi.python.org/pypi/colorama)
 - add initial debug API using ANSI colors
7 years ago
Alin Trăistaru c85eae4806 linux: try to use default text editor first
xdg-open launches the user's default text editor defined
on the current desktop environment for text/plain mimetype
7 years ago
Alin Trăistaru 9e16529e44 further reduce CPU usage 7 years ago
Alin Trăistaru a0dd6438c5 greatly reduce CPU usage 7 years ago
Alin Trăistaru 670cdbd4d1 disable/enable UI when actions in progress
fixes #90
7 years ago
mbusb 9005fb3f52 Fix for QEMU under windows post install 7 years ago
mbusb e73e8821ed Added setup.exe support and qemu device boot failure fix for Linux 7 years ago
mbusb f83297504c Fix for previous commit under windows (check if USB is a disk or partition) 7 years ago
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
7 years ago