From 295de3012efa4850a95f47e455ef416f307bf633 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 3 Aug 2012 11:37:44 +0200 Subject: [PATCH] fix menu order after keymap setting --- usr/share/archboot/installer/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/share/archboot/installer/setup b/usr/share/archboot/installer/setup index c6174c23a..22b3cb91e 100755 --- a/usr/share/archboot/installer/setup +++ b/usr/share/archboot/installer/setup @@ -4572,7 +4572,7 @@ set_clock() { set_keyboard() { if [[ -e /usr/bin/km ]]; then - km --setup && NEXTITEM="2" + km --setup && NEXTITEM="1" else DIALOG --msgbox "Error:\nkm script not found, aborting keyboard and console setting" 0 0 fi