Commit Graph

49 Commits (master)

Author SHA1 Message Date
Lucas Hoffmann 0b71b41829 Fix SyntaxWarning for python 3.8.0
Closes #488
5 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
mbusb 24871b5af6 Fix for crash when using iso imager 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 b2bceea2d3 Fix for GUI crash on certain distros due to "QXcbConnection: Could not connect to display :0" error. 6 years ago
multibootusb d760c207c3
Merge pull request #358 from shinji-s/import-fix
Avoid catch-all exception handling.
6 years ago
shinji-s decd001830 Avoid catch-all exception handling. 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
shinji-s 6588648fc5 Add gui for fsck.
Fix bug that re-enables gui controls before distro installation finishes.
Have udisks not attempt mount if the target is already mounted.
6 years ago
Shinji Suzuki 6cbb1b791f Allow target drive specification using lower case letter. 6 years ago
Shinji Suzuki 5b1f7890a9 Fix misuse of getopt.
Fix typo of an option name.
6 years ago
shinji-s 896b7314e6 Prevent mbusb_cli from installing over existing installation.
Support persistence size specification in mbusb_cli.
Line break adjustment to fit 80 cols.
6 years ago
mbusb 75342f1198 Add debug info and qemu enhancement
1. Added debug info to check the python version
2. Added kvm option in qemu under Linux
6 years ago
Sundar 8e96b70339 Fix for rpm packages which throus import error 7 years ago
Sundar f007fc2dc9 Add example in help text for installing syslinux 7 years ago
Sundar 151077da7b Improvements in CLI operations.
1. Install extlinux under Linux for NTFS filesystem
2. Check for root previlage when using CLI
3. Fix crash when installing ISO from CLI due to GPT check
4. Fix crash when installing syslinux from CLI due to GPT check
5. Correct usage instructions
7 years ago
mbusb 239363b00f Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel 7 years ago
mbusb b0e1914e79 change mode 7 years ago
mbusb 1a4e2520e6 GPT partition table support and more
1.  Support for GPT partition table (only under Linux as of now)
2.  Added various binaries to source for GPT partition table support
3.  Added command line option to install sysinux (use -s or --syslinux)
4.  Added command line option to direct ISO writing to USB disk (use -r or --raw)
7 years ago
mbusb 7b70def279 Added CLI option and simplified USB detection logic.
1. Added '-r' '--raw' option to direct writing of ISO image to USB disk
2. Simplified USB detection logic to reduce looping
7 years ago
mbusb a0fca202ab Added distro and functionality...
1. Added Nano Linux
2. Ability to select *.img files for writing to USB (dd method)
7 years ago
mbusb fd801cb171 Fix git commit error for release. 7 years ago
mbusb d9863ac9b5 Version 8.8.0 update 7 years ago
mbusb 85d3b5b4a4 Improvements, bug fix and new distros:-
1. Simplified 7zip listing to include directories as well
2. Correctly remove files installed outside multibootusb directory when uninstalling
3. Added Liberte
4. Added option to select zip files when choosing files
5. Added INSERT ISO
6. Added option to choose between two methods when syslinux shipped by ISO is version 3 or below
7 years ago
mbusb 848ae787e3 Merge branch 'master' of https://github.com/mbusb/multibootusb 7 years ago
mbusb 021b3ae436 Bug fix and typos
1. Add python path so as to avaoid import error under debian
2. Fixed shipping of grub2 modules under correct directory
3. Display version info only before launching the application
7 years ago
Keshav Kini 73ff93fda6 Clean up usage info string 7 years ago
mbusb e3a2d84ffc Code cleanup
1. Foremat code
2. Fix for crash when trying to uninstall a distro due to presence of ldlinux.c32 and ldlinux.sys (tested on windows)
7 years ago
mbusb d12f4e9adb Version bump to 8.7.1 and bug fix for import errors based rpm distros 7 years ago
mbusb 73f3799024 Updated CLI usage examples... 7 years ago
mbusb 336d57f585 New option for CLI
1. Added functionality to skip confirmation with -y or yes CLI switch
2. Now it is possible to add many distro at a time (batch) process using CLI switch
   example CLI usge is python3 multibootusb -c -y -i /path/to/name.iso,/path/to/diss_name.iso -t G:
   (remember not to add space between iso paths)

This commit solves https://github.com/mbusb/multibootusb/issues/137 and https://github.com/mbusb/multibootusb/issues/136
7 years ago
mbusb 14c9dec64a Change mode 7 years ago
mbusb 38f28e15c4 Prepare for version 8.7.0 and other improvements
1. Version upgraded to 8.7.0
2. Updated changelog for version 8.7.0
3. Auto convert multibootusb file ending to Linux using dos2unix during packaging
4. Re-enable log message
5. Avoid crashing due to existence of syslinux.cfg
7 years ago
mbusb 762e644022 Commandline improvements
1. Reframe wordings when displaying messages under CLI
2. Corrected systemrescuecd subdir path
3. Corrected CLI usage example for windows
7 years ago
mbusb 160e1a75d2 Fixed for command line interface and minor improvements
1.  Fixed bug which prevents installing distro through CLI
2.  Added entries for windoes cli and uninstall in usage for CLI
3.  Added "Alin Trăistaru (alindt)" in authors list and reduced About window size
4.  Fixed few other minor bugs
7 years ago
Alin Trăistaru 918ebfd35d add initial debug API
- bundled Colorama module (https://pypi.python.org/pypi/colorama)
 - add initial debug API using ANSI colors
7 years ago
mbusb 5cdf831892 Improvements in loopback.cfg conversion 7 years ago
Alin Trăistaru 97712a0741 Fix CentOS ISOs detection
Closes #98

Signed-off-by: Alin Trăistaru <alin.traistaru+github@gmail.com>
7 years ago
mbusb 7c98ec00a0 Windows Fix for commit 0e73b8b
1. Activate listing of devices when All drives option is enabled and disabled
2. Add a dummy devtype to usb.py module to avoid crash under Windows
7 years ago
Alin Trăistaru 3f55b26bfe Fix device information display 7 years ago
mbusb d8b485efda 1. Initial UEFI support
2. Added PLOP boot manager
3. Added netboot.iso
4. Added latest memtest
5. Added slack mini boot
6. Improved fedora detection script

This commit provide initial and bare minimum support to UEFI boot.
The support will be improved upon users feedback and raising issues.
7 years ago
mbusb bb0fc1fac0 Added Solus OS and Ka OS . 7 years ago
mbusb be4c8d9763 update to version 8.4.0 7 years ago
mbusb a149f762f3 Bug fix 8 years ago
mbusb 890c266342 Inform user about the requirement of admin privilege. Added option to list all drives (including fixed). Fixed the bug 'maximum 2047 mb allowed'. 8 years ago
mbusb 4acef6fae7 . 8 years ago
mbusb 5e96cd15f8 Include CHANGELOG for version upgrade 8 years ago
mbusb 2c33ed73de Upgrading to version 8.0.0 8 years ago