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

Bug#389822: something like this should fix it



at line 1905 of /var/lib/dpkg/info/xserver-xorg.config try to patch in a 
similar way:

if ! db_get debian-installer/keymap; then
    if [ -z "$first_time_keymap" ]; then
      debug_report_status "db_get debian-installer/keymap"
    else
      first_time_keymap="set"
      DI_KEYMAP="us"
    fi
  else
    DI_KEYMAP="${RET##mac-usb-}"
    DI_KEYMAP="${DI_KEYMAP##-latin1}"
  fi

This bug is simply reproducible by installing xorg in a fresh chroot (and it 
affects make-live so we noticed it).

-- 
ESC:wq

Attachment: pgpDgu24KBFwv.pgp
Description: PGP signature


Reply to: