Suggestion for improvement of OS X getting started flow

I’m trying out Lakka on my RBPi2 and while clicking through your getting started flow I noticed that you recommend (in case the resource is busy) doing the following on OS X:

diskutil unmount /dev/diskNsX

For every partition X of disk N. A better way to do this is:

diskutil unmountDisk /dev/diskN

This command unmounts all the partitions of disk N.

I’ve been looking for a product like this so I’m very excited to see how it runs. Great initiative!