From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KcnIf-00042Z-Mb for mharc-grub-devel@gnu.org; Mon, 08 Sep 2008 16:25:29 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KcnIe-00040C-6V for grub-devel@gnu.org; Mon, 08 Sep 2008 16:25:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KcnId-0003z4-Df for grub-devel@gnu.org; Mon, 08 Sep 2008 16:25:27 -0400 Received: from [199.232.76.173] (port=41834 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KcnId-0003yi-8b for grub-devel@gnu.org; Mon, 08 Sep 2008 16:25:27 -0400 Received: from mta-out.inet.fi ([195.156.147.13]:51970 helo=kirsi1.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KcnIc-0003Pa-Ui for grub-devel@gnu.org; Mon, 08 Sep 2008 16:25:27 -0400 Received: from [127.0.0.1] (88.193.32.97) by kirsi1.inet.fi (8.5.014) id 48B55E9A009DEA8E for grub-devel@gnu.org; Mon, 8 Sep 2008 23:25:25 +0300 Message-ID: <48C58A35.3040409@nic.fi> Date: Mon, 08 Sep 2008 23:25:25 +0300 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: The development of GRUB 2 References: <48BD4C52.6040308@gmail.com> <1220367299.23879.15.camel@localhost> <48BD62BE.7090507@gmail.com> <1220373059.23879.25.camel@localhost> <48BD8847.9030502@gmail.com> <1220386216.23879.55.camel@localhost> <48BDBC96.3010602@gmail.com> <1220398682.23879.70.camel@localhost> <48BEC43A.1000309@nic.fi> <48BECDDD.5040502@gmail.com> <48BECF2A.4080703@nic.fi> <1220566576.8537.5.camel@localhost> <48C15AAF.1090007@gmail.com> <48C58175.1010102@nic.fi> <1220904693.13372.1.camel@localhost> In-Reply-To: <1220904693.13372.1.camel@localhost> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: Quoted-Printable X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: [PATCH] Move kern/loader.c to boot.mod and add preboot_support (was Re: Sendkey patch) 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: Mon, 08 Sep 2008 20:25:28 -0000 Javier Mart=EDn wrote: > El lun, 08-09-2008 a las 22:48 +0300, Vesa J=E4=E4skel=E4inen escribi=F3= : >> phcoder wrote: >>> Hello. As I said in another email there is no need for it. I send a >>> patch for it. >> Doesn't this break our rescue mode ? > How would it? As with other commands, there would be two versions of it= , > one for rescue and one for normal. Besides, what is the point in having > the "boot" command in kernel -and thus always available- if you can't > load a kernel to boot? You may want to chainload something?