Pre installed images

Discussion in 'Technical' started by bier, Dec 9, 2013.

  1. bier

    bier New Member

    How do i change the keyboard layout? qwertz to qwerty. Every image i downloaded have an qwertz layout and that sux alot.

    need this for the following systems.

    Debian
    Centos
    Ubuntu

    Best regards

    Bier
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    For Ubuntu:

    sudo dpkg-reconfigure console-data

    If you get a message that the package is not installed, then run this command and try again:

    sudo apt-get install console-data


    For Debian:

    dpkg-reconfigure console-data

    If you get a message that the package is not installed, then run this command and try again:

    apt-get install console-data


    For CentOS:

    loadkeys us

    to change it permanently, run:

    vi /etc/sysconfig/keyboard

    and set:

    KEYTABLE="us"
     

Share This Page