Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Turn video URLS to fullscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamr committed Jul 12, 2018
1 parent 44721f7 commit e1100ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ Other [`<options>` and `<actions>` are listed in this bellow section](#flags).

### Examples

To have a quick feedback, `[probe]` around to check bootiso capabilities with given ISO file and list USB drives candidates [[watch video](https://webmshare.com/JZrVW)]:
To have a quick feedback, `[probe]` around to check bootiso capabilities with given ISO file and list USB drives candidates [[watch video](https://webmshare.com/play/JZrVW)]:

bootiso -p myfile.iso

With the default action `[install-auto]` [[read its detailed behavior here](#auto)], give the ISO as first argument and you'll be prompted to select from available USB drives amongst a list extracted from `lsblk`. If there is only one USB device connected, `bootiso` will automatically select it:

bootiso myfile.iso

Or provide explicitly the USB device with `-d` flag. Command fails and exit if the provided device is not USB, such as sata [[watch video](https://webmshare.com/36rRn)]:
Or provide explicitly the USB device with `-d` flag. Command fails and exit if the provided device is not USB, such as sata [[watch video](https://webmshare.com/play/36rRn)]:

bootiso -d sde myfile.iso

Avoid being promtped before writting to USB drive and autoselect device when there is exactly one [[watch video](https://webmshare.com/mw7Q4)]:
Avoid being promtped before writting to USB drive and autoselect device when there is exactly one [[watch video](https://webmshare.com/play/mw7Q4)]:

bootiso -ay myfile.iso

Expand Down

0 comments on commit e1100ab

Please sign in to comment.