* I.e this part ``` isoDevice=$(hdiutil attach -nobrowse -nomount ./ubuntu-16.04-server-amd64.iso | head -1 | cut -d" " -f1) mount -t cd9660 $isoDevice ./mnt ```