From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1I14dP-0002Ts-U2 for mharc-grub-devel@gnu.org; Wed, 20 Jun 2007 14:10:27 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I14dP-0002Rq-6b for grub-devel@gnu.org; Wed, 20 Jun 2007 14:10:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I14dN-0002N9-HZ for grub-devel@gnu.org; Wed, 20 Jun 2007 14:10:26 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I14dN-0002Mt-Dk for grub-devel@gnu.org; Wed, 20 Jun 2007 14:10:25 -0400 Received: from server1.secure-linux-server.com ([207.44.172.97]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1I14dM-0007YY-VK for grub-devel@gnu.org; Wed, 20 Jun 2007 14:10:25 -0400 Received: from Inbox ([89.192.0.158]) (authenticated (0 bits)) by server1.secure-linux-server.com (8.11.6/8.11.6) with ESMTP id l5KJaXv14435 for ; Wed, 20 Jun 2007 20:36:37 +0100 Message-Id: <200706201936.l5KJaXv14435@server1.secure-linux-server.com> MIME-Version: 1.0 From: Amin Azez Date: Wed, 20 Jun 2007 19:11:51 +0100 Importance: normal X-Priority: 3 To: The development of GRUB 2 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" X-detected-kernel: Linux 2.4-2.6 Subject: Grub2 request X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2007 18:10:27 -0000 Grub allows "press any key to continue" on multiple consoles. It would be nice if the text could be specified per-console. I know some serial port based 2 line lcd screens that would want smaller te= xt. Different get-key drivers would be good, these lcd screens have to poll to = read keypresses. They have 4 keys, up, down esc and enter; enough to navigate a grub menu. If this sounds good, I'm willing to write the lcd specific code. Sam=