debian preseed.cfg and keyboard issue

Discussion in 'Installation/Configuration' started by xoyox, Sep 27, 2007.

  1. xoyox

    xoyox New Member

    Hi,

    I'm trying to make an automatic install of debian etch using a usbkey ... All work fine, except for one think : the key board config.

    ie : the setup work fine automatically and make all the stuff, but after my reboot my keyboard who must be setup as azerty/french stay in us/qwerty !

    Any idea ?

    Thx

    here is my preseed.cfg :

    d-i mirror/http/hostname string ftp.fr.debian.org
    d-i mirror/http/directory string /debian/
    d-i mirror/suite string etch
    d-i mirror/http/proxy string http://proxy:8080
    d-i mirror/country string France

    d-i apt-setup/hostname string ftp.fr.debian.org
    d-i apt-setup/directory string /debian/
    d-i apt-setup/another boolean false
    d-i apt-setup/security-updates boolean true
    d-i apt-setup/non-free boolean true
    d-i apt-setup/contrib boolean true

    d-i finish-install/reboot_in_progress note

    d-i netcfg/get_hostname string vm
    d-i netcfg/get_domain string
    d-i netcfg/disable_dhcp boolean false
    d-i netcfg/choose_interface select eth0
    d-i netcfg/wireless_wep string

    d-i partman-auto/disk string /dev/discs/disc0/disc
    d-i partman-auto/method string regular
    d-i partman/choose_partition select Finish partitioning and write changes to disk
    d-i partman/confirm boolean true

    d-i grub-installer/with_other_os boolean false
    d-i console-tools/archs string skip-config

    d-i debian-installer/locale string fr_FR
    d-i debian-installer/locale select fr_FR.UTF-8
    d-i console-keymaps-at/keymap select fr
    d-i languagechooser/language-name-fb select French
    d-i countrychooser/country-name select France

    d-i tzconfig/gmt boolean false
    d-i clock-setup/utc boolean true
    d-i time/zone string Europe/Paris

    d-i passwd/make-user boolean false
    d-i passwd/root-password password toor
    d-i passwd/root-password-again password toor

    d-i popularity-contest/participate boolean false

    tasksel tasksel/first multiselect none

    d-i pkgsel/include string openssh-server vim mc less psmisc make binutils cpp gcc linux-kernel-headers libdlm1 libx11-6 libxtst6 libice6 libxrender1
     
  2. falko

    falko Super Moderator ISPConfig Developer

  3. xoyox

    xoyox New Member

Share This Page