From owner-freebsd-questions@FreeBSD.ORG Wed May 15 08:33:13 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 70F34ACA for ; Wed, 15 May 2013 08:33:13 +0000 (UTC) (envelope-from ralf.mardorf@alice-dsl.net) Received: from smtp-out01.alice-dsl.net (smtp-out01.alice-dsl.net [88.44.60.6]) by mx1.freebsd.org (Postfix) with ESMTP id 059328AA for ; Wed, 15 May 2013 08:33:12 +0000 (UTC) Received: from out.alice-dsl.de ([192.168.125.59]) by smtp-out01.alice-dsl.net with Microsoft SMTPSVC(6.0.3790.3959); Wed, 15 May 2013 10:31:02 +0200 Received: from [78.50.22.106] ([78.50.22.106]) by out.alice-dsl.de over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Wed, 15 May 2013 10:30:43 +0200 Message-ID: <1368606642.1334.80.camel@archlinux> Subject: Re: detecting keyboard layout during boot From: Ralf Mardorf To: freebsd-questions@freebsd.org Date: Wed, 15 May 2013 10:30:42 +0200 In-Reply-To: <20130515073554.GA1098@tiny.Sisis.de> References: <20130515073554.GA1098@tiny.Sisis.de> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.8.2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 15 May 2013 08:30:43.0742 (UTC) FILETIME=[7D9E73E0:01CE5146] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 May 2013 08:33:13 -0000 On Wed, 2013-05-15 at 09:35 +0200, Matthias Apitz wrote: > is there some way to detect the actual keyboard layout > automagically? I suspect it's impossible to request what keyboard is used, since some Linux installers ask the user to type some keys, after that auto-detection does work. Perhaps you only can start a session with a script, that does ask the user to type and then set up the needed keyboard map.