From owner-freebsd-stable@FreeBSD.ORG Sun Feb 12 04:12:55 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FD37106564A; Sun, 12 Feb 2012 04:12:55 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (unknown [IPv6:2607:f678:1010::34]) by mx1.freebsd.org (Postfix) with ESMTP id EF0048FC08; Sun, 12 Feb 2012 04:12:54 +0000 (UTC) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id q1C4CsIQ026668 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 11 Feb 2012 20:12:54 -0800 (PST) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.14.2/Submit) with UUCP id q1C4CshR026667; Sat, 11 Feb 2012 20:12:54 -0800 (PST) (envelope-from perryh@pluto.rain.com) Received: from fbsd81 ([192.168.200.81]) by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA12280; Sat, 11 Feb 12 20:06:03 PST Date: Sun, 12 Feb 2012 03:05:02 -0800 From: perryh@pluto.rain.com To: Alexander@Leidinger.net Message-Id: <4f379cde.l6lDd9rduQzDU/xx%perryh@pluto.rain.com> References: <20120210145604.Horde.ewjpSpjmRSRPNSH0YRHxgAk@webmail.leidinger.net> <20120211124041.GF32360@graf.pompo.net> <20120211183308.00007579@unknown> In-Reply-To: <20120211183308.00007579@unknown> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: thierry@freebsd.org, stable@freebsd.org Subject: Re: Reducing the need to compile a custom kernel X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 04:12:55 -0000 Alexander Leidinger wrote: > On Sat, 11 Feb 2012 13:40:41 +0100 Thierry Thomas > wrote: > > is there another place to put options to atkbd and sc, like > > these ones: > > > > options ATKBD_DFLT_KEYMAP # specify the built-in keymap > > makeoptions ATKBD_DFLT_KEYMAP=fr.iso.acc > > ... > > No, there is no other way to add the keymap to the kernel directly > (if you want to have it working correctly in single-user mode) > instead of loading it with rc.conf. Might it be feasible to make it into a sysctl, so it could be set in loader.conf?