From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1HAPWm-00047f-QH for mharc-grub-devel@gnu.org; Fri, 26 Jan 2007 06:45:56 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HAPWl-00047X-B2 for grub-devel@gnu.org; Fri, 26 Jan 2007 06:45:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HAPWh-00047L-G4 for grub-devel@gnu.org; Fri, 26 Jan 2007 06:45:54 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HAPWh-00047I-An for grub-devel@gnu.org; Fri, 26 Jan 2007 06:45:51 -0500 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HAPWg-0003YG-Tk for grub-devel@gnu.org; Fri, 26 Jan 2007 06:45:51 -0500 Received: from kotoba.oasis.nexedi.com (kotoba.oasis.nexedi.com [212.85.152.101]) by kotoba.storever.com (Postfix) with ESMTP id 48D833CD77478 for ; Fri, 26 Jan 2007 16:02:13 +0100 (CET) Received: from [??1] (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id A2A913CD77474 for ; Fri, 26 Jan 2007 16:02:12 +0100 (CET) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Fri, 26 Jan 2007 12:45:45 +0100 User-Agent: KMail/1.8.2 References: <45B795C2.3030804@raulete.net> In-Reply-To: <45B795C2.3030804@raulete.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200701261245.46224.okuji@enbug.org> X-Bogosity: No, tests=bogofilter, spamicity=0.172649, version=0.17.2 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) Subject: Re: int13 and non-reboot drives mapping 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 Jan 2007 11:45:55 -0000 On Wednesday 24 January 2007 18:22, adrian15 wrote: > I've finally decided that this usbshift command should be run as a > normal command not anything inside a preset menu. Use "search" instead of specifying a drive explicitly. This is not always possible, but distributions should make some kind of signatures in installations. This effectively removes the necessity of drive numbering recognitions. The use of explicit drive specification is, well, discouraged in GRUB2. Okuji