This document covers all steps required to build the installer for EfikaMX devices but can be extrapolate to other devices
To build the media installer for a device you'll need to complete these steps:
$ cd /devel/crux-arm $ git clone git://crux-arm.nu/initrd.git $ cd initrd $ git branch 2.7 origin/2.7 $ git checkout 2.7
$ cd /devel/crux-arm/initrd $ sudo make
$ cd /devel/crux-arm $ git clone git://crux-arm.nu/uboot.git
$ cd /devel/crux-arm/uboot $ make efikamx
...