Skip to content

Instantly share code, notes, and snippets.

@hamada-lemois
Last active August 29, 2015 14:25
Show Gist options
  • Select an option

  • Save hamada-lemois/4007552f3cb88317c780 to your computer and use it in GitHub Desktop.

Select an option

Save hamada-lemois/4007552f3cb88317c780 to your computer and use it in GitHub Desktop.
burn ‘.img’ to disk.
sudo diskutil unmount /dev/disk1s1
sudo dd bs=1m if=path/to/disk/image.img of=/dev/rdisk1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment