From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LpoNv-0005H6-Q8 for mharc-grub-devel@gnu.org; Fri, 03 Apr 2009 14:44:59 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LpoNu-0005GU-2L for grub-devel@gnu.org; Fri, 03 Apr 2009 14:44:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LpoNt-0005G3-Eg for grub-devel@gnu.org; Fri, 03 Apr 2009 14:44:57 -0400 Received: from [199.232.76.173] (port=59579 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LpoNt-0005Fx-4U for grub-devel@gnu.org; Fri, 03 Apr 2009 14:44:57 -0400 Received: from mail.nexedi.com ([91.121.25.85]:33568 helo=nexedi.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LpoNs-0008Vh-O8 for grub-devel@gnu.org; Fri, 03 Apr 2009 14:44:56 -0400 Received: from [10.8.0.46] (unknown [10.8.0.46]) by nexedi.com (Postfix) with ESMTP id AD9E33D9EF for ; Fri, 3 Apr 2009 20:44:54 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sat, 4 Apr 2009 03:44:52 +0900 User-Agent: KMail/1.9.10 References: <49D52767.4050603@earthlink.net> <49D59588.30205@earthlink.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904040344.52848.okuji@enbug.org> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: Grub2 svn2059 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: Fri, 03 Apr 2009 18:44:58 -0000 On Friday 03 April 2009 14:17:04 step21 wrote: > Hey, just a wild guess, but I think boot.mod got dropped and the boot > command is now included in minicmd.mod Yes, it seems so. And, it is a mistake that boot and some other commands are not built into the kernel. We must reduce modules, and let them back to the kernel. Regards, Okuji