[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Trying out 2.6 Was: Re: Mac Keyboard Issues in X




On Sat, 5 May 2007, Joel Ewy wrote:

> I noticed from his post on this list that ljmoore had to change some 
> things in /etc/rcS.d...

I've had to do the same, since 2.6 doesn't use the same keymap. This can 
prevent you from using the console, so make sure sshd (or equivalent) is 
working first. On woody I disabled the boot script that loads the keymap 
by checking the kernel version at the start of /etc/init.d/keymap.sh:

RELEASE=`uname -r`
[[ ${RELEASE} != ${RELEASE##2.6} ]] && exit 0

-f

> 
> JCE
> 
> 
> 
> 



Reply to: