Since it has been quite a long time without updates and maverick is going to be no longer supported by ubuntu with updates. I have finally released both wheezy (armhf) and squeeze (armel) images.
The images should work much like they did before as far as the install process after booting the SD card. but there are some changes are new with these new images:
1) instead of images that you write to an sd card with dd you will instead download a tar file and extract it with tar xvf squeeze-installer.tar or wheezy-installer.tar once that is done you can cd to the directory it extracts and run sudo ./installheadless.sh /dev/mmcblk0 or whatever the device of your SD card happens to be if you aren't running the script on the Efika.
It will ask you if you are sure and then partition the card, create filesystems and then extract the image onto the card. you will see the files listed as they are extracted and then finally it will tell you when it is safe to remove the card and put it in the efika.
2) I had to tweak /etc/dhcp/dhclient.conf because on debian it does not send out its current host name by default.
I had two different solutions for the same problem one for squeeze and one for wheezy
for wheezy it was as easy as adding
Code:
send host-name = gethostname();
to the config file. for squeeze it was a lot more involved than that see
http://steubentech.com/~talon/blog/blos ... cphostname for what I ended up doing on squeeze.
3) I have not installed the kernel headers but you can grab the kernels from the kernels directory inside of the link given for the downloads later in this post.
4) I have posted the modified debootsrap installer script inside the tools directory on the webserver incase you want to try and re-produce images of your own. be aware that I still ended up tweaking things for these images beyond what the script does. I haven't uploaded the latest to the tools dir yet but you can always find the most recent script at
https://github.com/wschaub/install-armhf
The images are in
http://steubentech.com/~talon/Efika-MX/headless/
Disclaimer
As with the headless maverick image this is not a genesi supported release and just something I do in my spare time.