From e7e32a424c9bc96bff5f3a9feda36510c337945a Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 17 Jun 2012 01:06:12 +0300 Subject: [PATCH] keyboard-configuration: correction of dpkg-reconfigure instruction, and positioned before password change --- raspi-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/raspi-config b/raspi-config index f2727a7..167b416 100755 --- a/raspi-config +++ b/raspi-config @@ -109,7 +109,7 @@ do_change_pass() { } do_configure_keyboard() { - dpkg-reconfigure keyboard-setup && + dpkg-reconfigure keyboard-configuration && printf "Reloading keymap. This may take a short while\n" && invoke-rc.d keyboard-setup start } @@ -170,8 +170,8 @@ while true; do "info" "Information about this tool" \ "expand_rootfs" "Expand root partition to fill SD card" \ "overscan" "Change overscan" \ - "change_pass" "Change password for 'pi' user" \ "configure_keyboard" "Set keyboard layout" \ + "change_pass" "Change password for 'pi' user" \ "change_locale" "Set locale" \ "change_timezone" "Set timezone" \ "memory_split" "Change memory split" \