From owner-freebsd-current@FreeBSD.ORG Wed Jan 4 19:27:06 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D54C71065670 for ; Wed, 4 Jan 2012 19:27:06 +0000 (UTC) (envelope-from edwinlculp@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6F7BE8FC13 for ; Wed, 4 Jan 2012 19:27:05 +0000 (UTC) Received: by eaaf13 with SMTP id f13so22462326eaa.13 for ; Wed, 04 Jan 2012 11:27:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=8B170Cu7EJ9/a5jTZ67NGQvVX2P9Tmc9UT9uCJJ9gGE=; b=CUL7siNhDlTNdjD7Y8UzVm8XXiizZtvECBgb2O+LBNMWQ0gNAXNn7Ywh/yolTrLbHW wOSxgqLTKr8d3h1FB8klRijdHYZuqG8t1fMd/7Tewqj9hBckkvB1bitFi5f8FCTE2JGa OmVf0I6z3RQJWxOXwrLdADw3cuBQY+LvoaTvw= MIME-Version: 1.0 Received: by 10.204.141.4 with SMTP id k4mr3713624bku.95.1325703690010; Wed, 04 Jan 2012 11:01:30 -0800 (PST) Received: by 10.205.81.202 with HTTP; Wed, 4 Jan 2012 11:01:29 -0800 (PST) In-Reply-To: <1325682892011-5119548.post@n5.nabble.com> References: <1325682607290-5119535.post@n5.nabble.com> <1325682892011-5119548.post@n5.nabble.com> Date: Wed, 4 Jan 2012 13:01:29 -0600 Message-ID: From: "Edwin L. Culp W." To: Jakub Lach Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org Subject: Re: bsdinstall kbdmap X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jan 2012 19:27:06 -0000 On Wed, Jan 4, 2012 at 7:14 AM, Jakub Lach wrote: > Is vidfont invoked during installation at all? > > > > -- > View this message in context: http://freebsd.1045724.n5.nabble.com/bsdinstall-kbdmap-tp5119535p5119548.html > Sent from the freebsd-current mailing list archive at Nabble.com. > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" Last night I suped, built and installed a new world with all the trimmings and then updated ports with portmaster -a. I saw that hal was updated. When I ran startx I was supprised that my keymap value was ignored. I now have an english keyboard only in X but my consoles work correctly and work in Spanish as configured in rc.conf. That really has me confused. Yestarday, all was well. My guess is that something changed in the last 36 hours that caused the change but I haven't be able to make heads or tails of it. Any suggestions appreciated, ed