You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i know this project is not developed anymore but just for reference, or maybe someone wants to fork it to fix some bugs:
nan@Thinkpad:~$ sudo multibootusb -d
/usr/bin/multibootusb:194: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if uninstall is True and config.usb_disk is not '':
/usr/bin/multibootusb:196: SyntaxWarning: "is" with a literal. Did you mean "=="?
elif uninstall is True and config.usb_disk is '':
/usr/bin/multibootusb:200: SyntaxWarning: "is" with a literal. Did you mean "=="?
elif config.image_path is '' and config.usb_disk is '':
/usr/bin/multibootusb:200: SyntaxWarning: "is" with a literal. Did you mean "=="?
elif config.image_path is '' and config.usb_disk is '':
/usr/bin/multibootusb:203: SyntaxWarning: "is not" with a literal. Did you mean "!="?
elif config.cli_syslinux is True and config.usb_disk is not '':
/usr/bin/multibootusb:205: SyntaxWarning: "is" with a literal. Did you mean "=="?
elif config.image_path is '' or config.usb_disk is '':
/usr/bin/multibootusb:205: SyntaxWarning: "is" with a literal. Did you mean "=="?
elif config.image_path is '' or config.usb_disk is '':
Using python version 3.9.2 (default, Feb 28 2021, 17:03:44)
[GCC 10.2.1 20210110] on platform Linux-5.10.0-30-amd64-x86_64-with-glibc2.31
Traceback (most recent call last):
File "/usr/bin/multibootusb", line 170, in <module>
config.debug = True
NameError: name 'config' is not defined
nan@Thinkpad:~$ lsb_release
No LSB modules are available.
nan@Thinkpad:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 11 (bullseye)
Release: 11
Codename: bullseye
nan@Thinkpad:~$ uname -a
Linux Thinkpad 5.10.0-30-amd64 #1 SMP Debian 5.10.218-1 (2024-06-01) x86_64 GNU/Linux
nan@Thinkpad:~$
The text was updated successfully, but these errors were encountered:
given this project is dead i don't think you will get any help (i came here when a site recommended me this tool, but looks like i need to find something else instead, off to try ventoy)
hi,
i know this project is not developed anymore but just for reference, or maybe someone wants to fork it to fix some bugs:
The text was updated successfully, but these errors were encountered: