Commit Graph

446 Commits (9ca642fe8ea86a54659bb8922cf4e754477e576a)
 

Author SHA1 Message Date
Sundar 9ca642fe8e Updated changelog and other files for new release 9.3.0 6 years ago
multibootusb 104786708e
Merge pull request #385 from shinji-s/devel
Check physical disk capacity, not the size of the partition, before i…
6 years ago
Shinji Suzuki 9d349c7c64 Check physical disk capacity, not the size of the partition, before imaging.
Raise exception when partition size detection fails.
Fix description of an exception which gets raised of diskpart.exe fails.
6 years ago
multibootusb 9750ec67e7
Merge pull request #383 from shinji-s/devel
Stop catching subprocess.CalledProcessError. (No point in re-raising …
6 years ago
Shinji Suzuki 635f4f5677 Stop catching subprocess.CalledProcessError. (No point in re-raising a degraded exception.) 6 years ago
multibootusb 0eaf4d1b1a
Merge pull request #382 from shinji-s/devel
Fix unintended reference to a variable (which is unlikely to be evalu…
6 years ago
Shinji Suzuki 225872d5f0 Fix unintended reference to a variable (which is unlikely to be evaluated though). 6 years ago
multibootusb 669f1378eb
Merge pull request #381 from shinji-s/devel
Fix hang from parted not exiting. (See issue 380 for details.)
6 years ago
shinji-s 77599ff679 Fix hang from parted not exiting. (See issue 380 for details.)
Fix repeated calls to self.ui.combo_drives.setCurrentIndex(0) when refreshing the combo-box.
Wait for command completion when checking tool availability.
6 years ago
multibootusb 8967c3ce42
Merge pull request #379 from shinji-s/devel
Log the last 16(max) lines of dd output.
6 years ago
Shinji Suzuki e42ff77bd8 Log the last 16(max) lines of dd output.
Rename variables and fix a comment for clarity.
Fix syntax of an exception description.
6 years ago
multibootusb b12d053a68
Merge pull request #378 from shinji-s/devel
Unify imager code again.
6 years ago
Shinji Suzuki 7f3fe377c3 Unify imager code again.
Disable assignment to 'config.imager_return' as it is not used elsewhere yet.
6 years ago
Sundar 60a56576a7 Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel 6 years ago
Sundar 7fd063e497 Add text to file system integrity checking and add indicate free space in selected USB. 6 years ago
mbusb 696b1ff8f0 Include imager functionality again which was removed by previous git commit 6 years ago
mbusb 0e4e8dfa8a Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel
# Conflicts:
#	scripts/imager.py
6 years ago
mbusb 84393b83f8 Make Imager writing to entire disk rather than partition. 6 years ago
mbusb 24871b5af6 Fix for crash when using iso imager 6 years ago
multibootusb 042717492b
Merge pull request #376 from shinji-s/devel
Fix on Imager and add warning about running 'mbr_install_cmd'.
6 years ago
shinji-s 5b496c3a83 Write to \\.\PhysicalDriveN instead of \\.\X: 6 years ago
shinji-s 354a8e6688 Unmount partitions before dding iso image.
Catch more exceptions.
Avoid using keyword 'type' for a variable name.
6 years ago
Shinji Suzuki 6f75388450 Add warning about running 'mbr_install_cmd'. 6 years ago
Shinji Suzuki e53bd53e47 Merge branch 'devel' of https://github.com/shinji-s/multibootusb into devel 6 years ago
multibootusb dfb5e1400b
Merge pull request #374 from shinji-s/adhoc_fix
Log OSError/IOError while attempting to unlzma syslinux modules.
6 years ago
shinji-s 4cd545c3ac Unmount before dding iso. 6 years ago
Shinji Suzuki 7e3ef9795a Log OSError/IOError while attempting to unlzma syslinux modules.
Fix typo in a log message.
Perform syslinux module replacement for ubuntu.
Remove no-op assignment.
6 years ago
Shinji Suzuki 6c8e518876 Windows fix 6 years ago
shinji-s c71ed97282 Catch an error generated while copying iso image to the target. 6 years ago
Sundar cba2be8e2b Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel 6 years ago
mbusb dcbf9738fb Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel 6 years ago
multibootusb 4d6e19ed41
Merge pull request #371 from shinji-s/devel
Fix uuid generation from NTFS/FAT32 partition on Windows.
6 years ago
Shinji Suzuki 674a06b88a Fix uuid generation from NTFS/FAT32 partition on Windows.
* avoid zero-suppression
* avoid truncation of upper 32 bits of NTFS serial number.
6 years ago
multibootusb 1fb5a14498
Merge pull request #366 from shinji-s/logging-fix
Delay initialisation of the python logging so that running setup.py u…
6 years ago
Shinji Suzuki a1922b871d Delay initialisation of the python logging so that running setup.py under unpriviledged user will not raise an exception. 6 years ago
Sundar a6d107398f Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel 6 years ago
Sundar e994e0c4e1 Merge branch 'HEAD' of https://github.com/mbusb/multibootusb.git into devel 6 years ago
multibootusb abe5ac16cd
Merge pull request #351 from shinji-s/adhoc_fix
Catch exceptions raised during install_syslinux() and make effort to …
6 years ago
Sundar b2bceea2d3 Fix for GUI crash on certain distros due to "QXcbConnection: Could not connect to display :0" error. 6 years ago
multibootusb d2099addf4
Merge pull request #364 from nvllsvm/fix_pkg
Add gptmbr.bin to package data files
6 years ago
Andrew Rabert 871c590c8d Add gptmbr.bin to package data files 6 years ago
Sundar db1dc7ca89 Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel 6 years ago
Sundar 71b8e0f25c Disable repair filesystem check for distro install 6 years ago
multibootusb f8ed33298c
Merge pull request #363 from shinji-s/logging-fix
Set log location at '/var/log/multibootusb.log' and show that info be…
6 years ago
shinji-s a184219436 Set log location at '/var/log/multibootusb.log' and show that info before installation of a distro commences.
Use 'RotatingFileHandler' instead of 'os.remove()' to rotate log because trying to remove file without closing the open handle causes exception on Windows.
Move a handleful of funtions from gen.py to osdriver.py to avoid cyclic dependency.
6 years ago
multibootusb 24307fde3e
Merge pull request #362 from shinji-s/devel
Restore 'shell=True" arg when executing chmod.(It can not be omitted …
6 years ago
shinji-s 9fa2d1d834 Restore 'shell=True" arg when executing chmod.(It can not be omitted unless the command is given as a list or the command is a fullpath to an executable without args.) 6 years ago
multibootusb f3623a2b06
Merge pull request #359 from shinji-s/syslinux-bin
Recreate syslinux.bin upon distro installation.
6 years ago
multibootusb d760c207c3
Merge pull request #358 from shinji-s/import-fix
Avoid catch-all exception handling.
6 years ago
Shinji Suzuki 1744cd34cb Recreate syslinux.bin upon distro installation.
Start isolating os dependency into osdriver.py
Cleanup gen.resurce_path()
6 years ago