I tried archlinux-hf-2012-09-18.img and I notice there is no longer a /etc/rc.conf. I know that ArchLinux switched to systemd but many packages still rely on this old config and, as a result, no longer work. For instance, Avahi :
[stephane@alarmpi rc.d]$ sudo /etc/rc.d/avahi-daemon start
/etc/rc.d/avahi-daemon: line 26: /etc/rc.conf: No such file or directory
/etc/rc.d/avahi-daemon: line 27: /etc/rc.d/functions: No such file or directory
/etc/rc.d/avahi-daemon: line 36: ck_daemon: command not found
/etc/rc.d/avahi-daemon: line 37: stat_busy: command not found
/etc/rc.d/avahi-daemon: line 40: stat_fail: command not found
Did I forget something? Or it the archlinux-hf-2012-09-18.img image simply broken?