On 09/17/2012 11:48 AM, Frank Murphy wrote:
touch /etc/rc.d/rc.local
(cat /usr/bin/setxkbmap -model pc104 -layout gb)
trying to kludge kb layout on boot
chmod 660
chmod +x

Iirc the /etc/rc.d/rc.local file must start at the top with:
#!/bin/bash

Then activate this service with something like:
# systemctl enable rc-local.service

There are some some bugreports where this is discussed.

Regards,
Patrick

--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Reply via email to