From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JtSBs-0005d7-07 for mharc-grub-devel@gnu.org; Tue, 06 May 2008 14:47:04 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JtSBp-0005ck-WA for grub-devel@gnu.org; Tue, 06 May 2008 14:47:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JtSBo-0005cX-2P for grub-devel@gnu.org; Tue, 06 May 2008 14:47:01 -0400 Received: from [199.232.76.173] (port=56557 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JtSBn-0005cU-TP for grub-devel@gnu.org; Tue, 06 May 2008 14:46:59 -0400 Received: from mta-out.inet.fi ([195.156.147.13] helo=jenni2.rokki.sonera.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JtSBn-000526-CX for grub-devel@gnu.org; Tue, 06 May 2008 14:46:59 -0400 Received: from [127.0.0.1] (88.193.32.97) by jenni2.rokki.sonera.fi (8.0.013.9) id 48178931005D0648 for grub-devel@gnu.org; Tue, 6 May 2008 21:46:58 +0300 Message-ID: <4820A7AE.4080401@nic.fi> Date: Tue, 06 May 2008 21:47:10 +0300 From: =?UTF-8?B?VmVzYSBKw6TDpHNrZWzDpGluZW4=?= User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: The development of GRUB 2 References: <1209904920.2773.4.camel@localhost.localdomain> <20080506150808.GE23773@thorin> In-Reply-To: <20080506150808.GE23773@thorin> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: Question about menu.lst 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: Tue, 06 May 2008 18:47:02 -0000 Robert Millan wrote: > On Sun, May 04, 2008 at 02:42:00PM +0200, Lubomir Rintel wrote: >> Actually, you might want to use UUID or LABEL of the file system instead >> of device file name. >> >> You can get or set UUID or label with tune2fs like this: >> >> # tune2fs -l /dev/sda1 (get information) >> # tune2fs -L root-fs /dev/sda1 (set label) > > Would be cool if we had some way to probe for this in GRUB's "search" command. > > This would make a lot of the current device.map headache disappear. > I think labels are already supported :)