I'm trying to setup Arch on my new Raspberry PI.
I want to use it to run XBMC, so I read the wiki article https://wiki.archlinux.org/index.php/Xbmc
I'm having a problem with the autostart at boot: I read https://wiki.archlinux.org/index.php/Au … al_console and did the modification proposed, but I'm having a problem: in my message.log I see this:
Jan 16 13:21:31 alarmpi systemd[1]: Starting Getty on tty1...
Jan 16 13:21:31 alarmpi systemd[1]: Started Getty on tty1.
Jan 16 13:21:52 alarmpi systemd[1]: autologin@tty1.service holdoff time over, scheduling restart.
Jan 16 13:21:52 alarmpi systemd[1]: Stopping Getty on tty1...
This is my autologin@.service file: http://pastebin.com/bQMVksxT
[root@alarmpi ~]# uname -a
Linux alarmpi 3.6.11-3-ARCH+ #1 PREEMPT Thu Jan 10 03:05:04 UTC 2013 armv6l GNU/Linux
What I'm doing wrong?