Commit Graph

9 Commits (60a56576a73f8dc67865e5a98270057f63e8344d)

Author SHA1 Message Date
mbusb 0e4e8dfa8a Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel
# Conflicts:
#	scripts/imager.py
6 years ago
mbusb 24871b5af6 Fix for crash when using iso imager 6 years ago
shinji-s 5b496c3a83 Write to \\.\PhysicalDriveN instead of \\.\X: 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
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
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
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
Shinji Suzuki 1744cd34cb Recreate syslinux.bin upon distro installation.
Start isolating os dependency into osdriver.py
Cleanup gen.resurce_path()
6 years ago