From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH 2/3] OssTest: Debian: Wheezy compatible preseed. Date: Fri, 11 Jan 2013 11:24:39 +0000 Message-ID: <1357903480-21357-2-git-send-email-ian.campbell@citrix.com> References: <1357903462.20328.35.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1357903462.20328.35.camel@zakaz.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: ian.jackson@citrix.com Cc: Ian Campbell , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org Keyboard configuration preseed has changed in wheezy, use keyboard-configuration/xkb-keymap (wheezy) as well as console-keymaps-at/keymap (pre-wheezy). --- Osstest/Debian.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm index 556a20f..157f666 100644 --- a/Osstest/Debian.pm +++ b/Osstest/Debian.pm @@ -426,6 +426,7 @@ d-i mirror/suite string $suite d-i debian-installer/locale string en_GB d-i console-keymaps-at/keymap select gb +d-i keyboard-configuration/xkb-keymap string en_GB #d-i debconf/frontend string readline -- 1.7.10.4