O que “dpkg-reconfigure keyboard-configuration” realmente faz?

5

É possível fazer script do que o dpkg-reconfigure keyboard-configuration realmente faz?

Eu sempre faço as mesmas seleções, então seria muito bom se eu pudesse fazer isso sem qualquer interação do usuário.

    
por Sandra 14.09.2012 / 16:51

1 resposta

4

Distribua suas opções com debconf e execute DEBIAN_FRONTEND=noninteractive dpkg-reconfigure keyboard-configuration .

man debconf-set-seleções (1) :

NAME
       debconf-set-selections - insert new default values into the debconf database

SYNOPSIS
        debconf-set-selections file
        debconf-get-selections | ssh newhost debconf-set-selections

Isso mostra suas configurações atuais:

$ debconf-show keyboard-configuration
  keyboard-configuration/modelcode: pc105
  keyboard-configuration/unsupported_config_options: true
  keyboard-configuration/unsupported_config_layout: true
  keyboard-configuration/toggle: No toggling
  ....
    
por 14.09.2012 / 16:56

Tags