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

Re: Bug#606395: [G-I][squeeze-d-i-beta2] wrong keyboard layout in console (correct in X)



Cyril Brulebois, le Thu 27 Dec 2012 22:06:01 +0100, a écrit :
> Anton Zinoviev <anton@lml.bas.bg> (27/12/2012):
> > Isn't it possible to create a ~/.profile or /etc/profile script calling
> > setupcon?  This would be clearer and easier to maintain.  The profile
> > script could easily test for the existence of /etc/default/keyboard.
> 
> Oh, right. Tested that:
> ,---[ ~/.profile ]---
> | if [ -f /etc/default/keyboard ]; then
> |   setupcon >/dev/null 2>&1
> | fi
> 
> and that seems to work fine without any other modifications, thanks!
> 
> If others agree this is an appropriate change, any ideas where to ship
> that little file?

Actually we already have almost that, in rootskel/src/etc/profile. It
seems we just need to fix s/console-setup/keyboard/ there.

Samuel


Reply to: