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

Re: Debian installer image for Debian/m68k



Le 01/09/2017 à 22:50, Laurent Vivier a écrit :
> Le 01/09/2017 à 22:08, John Paul Adrian Glaubitz a écrit :
>> On 09/01/2017 10:05 PM, Laurent Vivier wrote:
>>> It works fine with (/usr/lib/base-installer/kernel.sh)
>>
>> So, were you able to fully install the system? Any other errors?
> 
> I've a working system.
> 
> The first problem is the keyboard is using kernel keymap and it is not
> usable as-is. I had to install console-data and to load a keymap
> ("loadkeys us", for instance or "mac-macbook-fr" to use my french apple
> wireless keyboard). "install-keymap" seems to work, but on reboot the
> console is always configured to use KERNEL keymap, not the new one.


The configuration file is not generated correctly by debian-installer:
It uses the old key ids (macintosh specific) whereas kernel uses now the
generic ones (since linux 2.4?). This change in the configuration file
fixes the problem for me on the installed system (but you need to update
the installer to use "macintosh" instead of "macintosh_old"):

*** /etc/default/keyboard-pre	2017-09-04 18:34:19.363532604 +0200
--- /etc/default/keyboard	2017-09-04 18:35:33.290000000 +0200
***************
*** 2,8 ****

  # Consult the keyboard(5) manual page.

! XKBMODEL="macintosh_old"
  XKBLAYOUT="fr"
  XKBVARIANT="latin9"
  XKBOPTIONS=""
--- 2,8 ----

  # Consult the keyboard(5) manual page.

! XKBMODEL="macintosh"
  XKBLAYOUT="fr"
  XKBVARIANT="latin9"
  XKBOPTIONS=""


Reply to: