Skip to content

Instantly share code, notes, and snippets.

@teopost
Last active December 26, 2018 16:33
Show Gist options
  • Save teopost/46f24f5997b18bcbf000c7fe3373723d to your computer and use it in GitHub Desktop.
Save teopost/46f24f5997b18bcbf000c7fe3373723d to your computer and use it in GitHub Desktop.
diskutil list | grep -v disk0 | tail +2
diskutil unmountDisk /dev/disk2
sudo dd if=/dev/zero of=/dev/rdisk2 bs=1024 count=1
sudo dd if=./debian-9.6.0-amd64-netinst.iso of=/dev/rdisk2 bs=4m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment