Skip to content

Instantly share code, notes, and snippets.

@cbrocas
Created February 26, 2018 12:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cbrocas/22110f7bf8bff7ca57eee052639a5a84 to your computer and use it in GitHub Desktop.
Save cbrocas/22110f7bf8bff7ca57eee052639a5a84 to your computer and use it in GitHub Desktop.
create bootable usb key from ISO *with* sync of the copy (no more data in cache).
dd if=image.iso of=/dev/sdx bs=4M status=progress && sync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment