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
{{ message }}
This repository was archived by the owner on Jan 30, 2025. It is now read-only.
**Create a USB bootable device from an ISO image easily and [securely](#security).**
@@ -69,9 +69,10 @@ Where `bin-path` is any folder in the `$PATH` environment such as `$HOME/bin`.
69
69
|`-a`|`--autoselect`| Enable autoselecting USB devices in conjunction with `-y` option. Autoselect will automatically select a USB drive device if there is exactly one connected to the system. Enabled by default when neither `-d` nor `--no-usb-check` options are given. |
70
70
|`-J`|`--no-eject`| Do not eject device after unmounting. |
71
71
|`-l`|`--list-usb-drives`| List available USB drives. |
72
+
|`-M`|`--no-mime-check`| bootiso won't assert that selected ISO file has the right.` mime-type. |
73
+
|`-s`|`--strict-mime-check`| Disallow loose application/octet-stream mime type in ISO file. |
72
74
||`--`| POSIX end of options. |
73
75
||`--dd`| Use dd utility instead of mounting + rsync. Does not allow bootloader installation with syslinux. |
74
-
||`--no-mime-check`| bootiso won't assert that selected ISO file has the right mime-type. |
75
76
||`--no-usb-check`| bootiso won't assert that selected device is a USB (connected through USB bus). Use at your own risks. |
0 commit comments