From owner-freebsd-questions@FreeBSD.ORG Sun Sep 25 01:52:53 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80952106564A; Sun, 25 Sep 2011 01:52:53 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 60E1F8FC08; Sun, 25 Sep 2011 01:52:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; q=dns/txt; s=DKIM-NAME-SERVICES; d=a1poweruser.com; h=From:To:Cc:Subject:Message-ID:X-Sender:X-Envelope-From; l=500; bh=pWZwwYJTvkHvJOZwrDapKiNTjHlCZoO9AM9rflYUpEM=; b=Pj7qh3TiVfIrjwPnA19IKmQpLUjBNdYY3STzvL3l7GIMT82VmdzAST78vwyrmv7o4XSIEWShema16XX8EVTUe4t5J7wMv97JNtuaU62Dg8M+8bF3P2XDlCKZA8llvPKT4tcg329mHBuVicjoXwBMl3xVY8oulAjHef0x2Umfk/E= Received: from [192.168.1.64] ([76.240.47.196]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 24 Sep 2011 18:52:53 -0700 Message-ID: <4E7E8973.4030507@a1poweruser.com> Date: Sat, 24 Sep 2011 21:52:51 -0400 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Adrian Chadd References: <4E71F647.2050007@a1poweruser.com> <4E7453CB.1040908@freebsd.org> <4E74C9B7.2090901@a1poweruser.com> <1316799904.39972.12.camel@buffy.york.ac.uk> <4E7E13BA.1070304@a1poweruser.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 25 Sep 2011 01:52:53.0461 (UTC) FILETIME=[D6CC2050:01CC7B25] X-Sender: fbsd8@a1poweruser.com X-Envelope-From: fbsd8*a1poweruser.com Cc: freebsd-current@freebsd.org, FreeBSD Questions Subject: Re: 9.0 bata2 & keymap X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2011 01:52:53 -0000 Adrian Chadd wrote: > On 25 September 2011 01:30, Fbsd8 wrote: > >> In sysinstall you are presented with a dailog that asks you if you want to >> change the keyboard map and if answered yes them issues the kbdmap command. >> In bsdinstall you have no option to bypass the keymap step. It just issues >> the kbdmap command. I agree that some method to bypass the keymap step in >> bsdinstall needs to be added or an dialog informing the user that selecting >> the cancel button in kbdmap will result in the default map used in previous >> releases to be used. > > That sounds sensible. It's all just bourne shell script, right? Would > you mind doing up a patch to do that? > > > > Adrian > http://www.freebsd.org/cgi/query-pr.cgi?pr=160913 Heres the pr.