From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MKKna-0004Oe-F4 for mharc-grub-devel@gnu.org; Fri, 26 Jun 2009 19:25:38 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MKKnY-0004OH-EX for grub-devel@gnu.org; Fri, 26 Jun 2009 19:25:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MKKnT-0004L3-9C for grub-devel@gnu.org; Fri, 26 Jun 2009 19:25:35 -0400 Received: from [199.232.76.173] (port=58597 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MKKnT-0004Kx-2v for grub-devel@gnu.org; Fri, 26 Jun 2009 19:25:31 -0400 Received: from c60.cesmail.net ([216.154.195.49]:4078) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1MKKnS-0005dK-Iw for grub-devel@gnu.org; Fri, 26 Jun 2009 19:25:30 -0400 Received: from unknown (HELO smtprelay2.cesmail.net) ([192.168.1.112]) by c60.cesmail.net with ESMTP; 26 Jun 2009 19:25:28 -0400 Received: from [192.168.0.22] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by smtprelay2.cesmail.net (Postfix) with ESMTPSA id 64A3634C6D for ; Fri, 26 Jun 2009 19:32:14 -0400 (EDT) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: <20090623225058.GA12402@thorin> References: <1245695500.1926.10.camel@mj> <1245697145.1926.11.camel@mj> <1245698882.24040.1.camel@mj> <1245701210.2754.12.camel@mj> <1245795036.3204.26.camel@mj> <20090623225058.GA12402@thorin> Content-Type: text/plain Date: Fri, 26 Jun 2009 19:25:26 -0400 Message-Id: <1246058726.20234.35.camel@mj> Mime-Version: 1.0 X-Mailer: Evolution 2.26.2 (2.26.2-1.fc11) Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: [PATCH] File access library for lua 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, 26 Jun 2009 23:25:36 -0000 On Wed, 2009-06-24 at 00:50 +0200, Robert Millan wrote: > On Tue, Jun 23, 2009 at 06:10:36PM -0400, Pavel Roskin wrote: > > On Tue, 2009-06-23 at 17:27 +0800, Bean wrote: > > > Hi, > > > > > > Some bug fix for osdetect.lua, it also detect windows 98/me, freedos, > > > msdos and freebsd. > > > > Why FressDOS and FressBSD? I assume it's typos. Why isn't Linux > > capitalized? MS-DOS is written with a dash. "Windows Vista bootmgr" > > should be "Windows Vista" and "Windows NT/2000/XP loader" should be > > "Windows NT/2000/XP". It's not like we are just booting the loaders. > > But when we're booting a kernel (Linux) we just say that. Shouldn't we > be consistent and say "bootmgr" and "ntldr" too? The difference is that we are using chainloader to boot Windows, so we treat is as one system. If we were loading ntldr from GRUB, then it would be appropriate to mention it. -- Regards, Pavel Roskin