From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Jsd7e-00044H-UF for mharc-grub-devel@gnu.org; Sun, 04 May 2008 08:15:19 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jsd7X-00043L-WA for grub-devel@gnu.org; Sun, 04 May 2008 08:15:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jsd7S-00042W-N9 for grub-devel@gnu.org; Sun, 04 May 2008 08:15:09 -0400 Received: from [199.232.76.173] (port=55300 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jsd7R-00042E-QD for grub-devel@gnu.org; Sun, 04 May 2008 08:15:05 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jsd7R-0001F5-Fb for grub-devel@gnu.org; Sun, 04 May 2008 08:15:05 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1Jsd7O-0003Ij-DC for grub-devel@gnu.org; Sun, 04 May 2008 12:15:02 +0000 Received: from cam44-1-82-67-121-239.fbx.proxad.net ([82.67.121.239]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 May 2008 12:15:02 +0000 Received: from giggzounet by cam44-1-82-67-121-239.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 May 2008 12:15:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: grub-devel@gnu.org From: giggz Date: Sun, 04 May 2008 14:10:55 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cam44-1-82-67-121-239.fbx.proxad.net User-Agent: Mozilla-Thunderbird 2.0.0.12 (X11/20080420) Sender: news X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) Subject: 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: Sun, 04 May 2008 12:15:15 -0000 Hi, Sorry If it isn't the right place to post...I don't find a grub users list... I have several kernel on my laptop. Most of them are compiled by myself. But to compare the performance I have an official debian kernel (486). The problem is that official debian kernels are compiled with ide (so hd* device) and my personal jkernel with PATA support (so sd* device). So the root= option is not the same. I would like to define a regle to set root=/dev/hda1 for all the *-486 kernels through the # kopt_*_486=root=/dev/hda1 ro option. But I want to keep the general regle : # kopt=root=/dev/sda1 ro Is there a way to do that ? Best regards, Guillaume