Requirements: kpartx, unzip
Simply run:
1-getimage.shto get the Raspbian freshest image2-customize.shto initialize the image with some Youpi's configuration3-flashgordon.shto flash a micro SD card mounted on/dev/mapper/mmcblk0
Requirements: linux host (like Khamul) with sudoer rights
Such as Linux users:
- Steps 1 & 2 : Go through Khamul or a RPi, since your fucky OS doesn't support EXT2FS.
- Steps 3 :
-
Get the name of the SD card's device :
diskutil list -
Make dd with 1m as block size and don't forget to use RAW disks instead of disks, like :
sudo dd bs=1m if=raspbian.img of=/dev/rdisk<disk# from diskutil> conv=sync
-
You're fired.