You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
multibootusb/scripts
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
..
colorama add initial debug API 7 years ago
gui Add text to file system integrity checking and add indicate free space in selected USB. 6 years ago
progressbar code cleanup 7 years ago
pyudev Upgrading to version 8.0.0 8 years ago
_7zip.py Detect running 7zip on a currupted iso as well as the lack of 7z 6 years ago
__init__.py Upgrading to version 8.0.0 8 years ago
admin.py code cleanup 7 years ago
config.py Make Imager writing to entire disk rather than partition. 6 years ago
debug.py code cleanup 7 years ago
distro.py Defer check for SuperGrubDisk so that more specific distro checks take precedence. 6 years ago
gen.py properly handle loop device paths 5 years ago
grub.py Postfix menu-entry with an architecture name when generating 6 years ago
imager.py Show phyiscal disks on Windows too. 6 years ago
install.py Log OSError/IOError while attempting to unlzma syslinux modules. 6 years ago
iso.py Fix regression introduced by 8ea5932bdc. 6 years ago
isodump3.py Display an error when ISO is invalid 7 years ago
mbusb_cli.py properly handle loop device paths 5 years ago
mbusb_gui.py properly handle loop device paths 5 years ago
menus.py Improvements and memdisk for ISO boot: 7 years ago
osdriver.py properly handle loop device paths 5 years ago
param_rewrite.py Fix a rather critical bug in 'ConfigTweaker.tweak_first_match()' that got 'param_operation' contaminated with 'param_operations_for_persistence' as the recursion progress. 6 years ago
persistence.py Fix hang from parted not exiting. (See issue 380 for details.) 6 years ago
qemu.py Show phyiscal disks on Windows too. 6 years ago
syslinux.py properly handle loop device paths 5 years ago
udisks.py Unify imager code again. 6 years ago
uninstall_distro.py Catch exceptions raised during install_syslinux() and make effort to undo 6 years ago
update_cfg_file.py fix_desktop_image_in_thema_callback ignore utf-8 errors (fix for debian installation crash) 5 years ago
usb.py properly handle loop device paths 5 years ago
win32.py Show phyiscal disks on Windows too. 6 years ago