exaviorn / RasPiWrite

A Python Script that prepairs and installs a Raspberry Pi compatiable distro to an SD Card
exaviorn.com/raspiwrite
GNU General Public License v3.0
209 stars 130 forks source link

Fix DD Arguments and OS X name chopping #12

Closed tech2077 closed 12 years ago

tech2077 commented 12 years ago

Difference in BSD and GNU dd commands making the block size capitalization important. Also, I discovered that OS X uses the /dev/diskXsN naming convention as apposed to the Linux /dev/diskXN naming convention.