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

Re: Infinite loop when installing Debian 10



On 4/16/20 11:31 PM, John Paul Adrian Glaubitz wrote:
> On 4/16/20 11:17 PM, Laurent Vivier wrote:
>> Alexandre is using graphical interface rather than serial port and I
>> think once the keyboard-configuration package is installed and
>> configured the keyboard is broken because, as I reported previously, it
>> doesn't use the good keycode map. macintosh_old is for old kernels that
>> use a non-standard keycode map, we should use now "macintosh" keycode map.
> 
> I would have to dig into the source code first. I have commit access
> for that repository, but there are tons of instances of "macintosh_old"
> in the Code.

Do you know whether this change is sufficient?

diff --git a/debian/keyboard-configuration.config b/debian/keyboard-configuration.config
index 3229728..b2b37bc 100644
--- a/debian/keyboard-configuration.config
+++ b/debian/keyboard-configuration.config
@@ -429,7 +429,7 @@ case "$arch" in
        model_priority=medium
        ;;
     m68k/mac)
-       XKBMODEL=macintosh_old
+       XKBMODEL=macintosh
        model_priority=medium
        ;;
     m68k/sun*)

Looking at debian/rules, it seems the package could need a lot
of clean-up.

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


Reply to: