Commit Graph

483 Commits (master)
 

Author SHA1 Message Date
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
shinji-s decd001830 Avoid catch-all exception handling. 6 years ago
Shinji Suzuki 008f8d1d4e Catch exceptions raised during install_syslinux() and make effort to undo
partially completed installation.
Qualify symobols in uninstall_distro with the module name. (Unqualified
reference to symbols in other modules is rather difficult to track.)
Fix a doc string to keep up with the function signature change.
6 years ago
Sundar bdff07055c Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel 6 years ago
Sundar 57c30ea587 GUI improvement and bug fix.
1. Place the push button under imager tab to its original place
2. Extract additional files from ISO for proper booting of wifislax
3. PEP improvements
6 years ago
multibootusb b36e20317a
Merge pull request #349 from shinji-s/devel
Always add -f when syslinuxing in syslinux_distro_dir().
6 years ago
Shinji Suzuki c8aa216985 Always add -f when syslinuxing in syslinux_distro_dir().
(This should not increase danger level significantly because
the flag is already present when syslinuxing in syslinux_default())
6 years ago
multibootusb fe02cea56d
Merge pull request #348 from shinji-s/devel
Reformat mbusb_gui.py
6 years ago
multibootusb b39ca26562
Merge pull request #347 from shinji-s/adhoc_fix
Fix exception from os.path.basename(None).
6 years ago
Shinji Suzuki 848a606d51 Reformat to fit mostly within 80 columns. 6 years ago
Shinji Suzuki aff42c027e Remove an extra indentation that has been kept to avoid creating large
diff.
6 years ago
Shinji Suzuki ad0abd6079 Avoid repetitive initialization. 6 years ago
Shinji Suzuki ace09b4d7e Fix exception from os.path.basename(None). 6 years ago
multibootusb 18181ccb6b
Merge pull request #345 from shinji-s/devel
Refuse to process an iso file whose name contains space(s)
6 years ago