Commit Graph

462 Commits (devel)
 

Author SHA1 Message Date
multibootusb 4495c8d720
Merge pull request #454 from tjmnmk/devel
fix_desktop_image_in_thema_callback ignore utf-8 errors (fix for debi…
5 years ago
meggie-true 56d909f2c2
fix_desktop_image_in_thema_callback ignore utf-8 errors (fix for debian installation crash)
/mnt/multibootusb/debian/doc/constitution.txt
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/scripts/mbusb_gui.py", line 352, in install_syslinux
    config.distro, config.persistence)
  File "/usr/lib/python3/dist-packages/scripts/update_cfg_file.py", line 403, in update_distro_cfg_files
    callback(dirpath, f)
  File "/usr/lib/python3/dist-packages/scripts/update_cfg_file.py", line 375, in fix_desktop_image_in_thema_callback
    for line in f.readlines():
  File "/usr/lib/python3.6/codecs.py", line 321, in decode
    (result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa7 in position 3408: invalid start byte
 ^C^CTraceback (most recent call last):
  File "/usr/lib/python3/dist-packages/scripts/mbusb_gui.py", line 722, in closeEvent
    def closeEvent(self, event):
KeyboardInterrupt
5 years ago
multibootusb ca5b2a168b
Merge pull request #445 from Nunu-Willump/fix-loopdevs
properly handle loop device paths
5 years ago
Lars Lenckowski ca8afa8954 properly handle loop device paths 5 years ago
Sundar 0d34d70c38 Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel 6 years ago
Sundar 1eb0d61b82 Merge branch 'HEAD' of https://github.com/mbusb/multibootusb.git into devel 6 years ago
Sundar 9ca642fe8e Updated changelog and other files for new release 9.3.0 6 years ago
multibootusb 6ece8effe7
Merge pull request #416 from alandmoore/fixes_409
Call correct function to uninstall. Fixes issue #409.
6 years ago
Alan D Moore 789fdf66a4 Call correct function to uninstall. Fixes issue #409. 6 years ago
multibootusb 730da2e70a
Merge pull request #407 from shinji-s/devel
Set 'win_gdisk' on Windows only to avoid getting a warning. (Could ha…
6 years ago
Shinji Suzuki c43a7659b9 Set 'win_gdisk' on Windows only to avoid getting a warning. (Could have just removed the assignment entirely but I'm
playing it safe here.)
6 years ago
multibootusb b420ccfcf2
Merge pull request #406 from shinji-s/devel
Fix bug of not having osdriver.Windows.add_dd_args() defined.
6 years ago
Shinji Suzuki 3753f20d71 Fix bug of not having osdriver.Windows.add_dd_args() defined. 6 years ago
multibootusb dac0a4567d
Merge pull request #402 from shinji-s/devel
Defer check for SuperGrubDisk so that more specific distro checks tak…
6 years ago
Shinji Suzuki 2b40966081 Defer check for SuperGrubDisk so that more specific distro checks take precedence.
Improved a comment.
6 years ago
multibootusb 2b86aee655
Merge pull request #388 from shinji-s/devel
New implementaion of image dd-ing on Windows.
6 years ago
shinji-s 30128a7933 Show phyiscal disks on Windows too.
Unmount partitions and lock physical drive when dd-ing iso on Windows
Reset progres before starting dd-iso thread.
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