From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Vfruv-0000Bl-Q0 for mharc-grub-devel@gnu.org; Mon, 11 Nov 2013 08:52:37 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50492) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vfrun-0008SR-S1 for grub-devel@gnu.org; Mon, 11 Nov 2013 08:52:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vfrug-00046E-DN for grub-devel@gnu.org; Mon, 11 Nov 2013 08:52:29 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:40441) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vfrug-00045r-6C for grub-devel@gnu.org; Mon, 11 Nov 2013 08:52:22 -0500 Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by userp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id rABDqI0S027721 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 11 Nov 2013 13:52:19 GMT Received: from userz7021.oracle.com (userz7021.oracle.com [156.151.31.85]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id rABDqHmZ009274 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 11 Nov 2013 13:52:17 GMT Received: from abhmp0007.oracle.com (abhmp0007.oracle.com [141.146.116.13]) by userz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id rABDqGWP026134; Mon, 11 Nov 2013 13:52:16 GMT Received: from konrad-lan.dumpdata.com (/50.195.21.189) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 11 Nov 2013 05:52:16 -0800 Date: Mon, 11 Nov 2013 08:51:54 -0500 From: Konrad Rzeszutek Wilk To: "Vladimir =?utf-8?Q?'=CF=86-coder=2Fphcoder'?= Serbinenko" Subject: Re: [PATCH] remove dependency on /boot/config-* in grub.d/20_linux_xen Message-ID: <20131111135154.GB26817@konrad-lan.dumpdata.com> References: <20130715180006.GA2433@phenom.dumpdata.com> <527FEF3D.1050906@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <527FEF3D.1050906@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: acsinet21.oracle.com [141.146.126.237] Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by userp1040.oracle.com id rABDqI0S027721 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 156.151.31.81 Cc: The development of GNU GRUB X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Nov 2013 13:52:36 -0000 On Sun, Nov 10, 2013 at 09:40:29PM +0100, Vladimir '=CF=86-coder/phcoder'= Serbinenko wrote: > On 15.07.2013 20:00, Konrad Rzeszutek Wilk wrote: > > Hey, > >=20 > > There is a discussion on the linux-kernel mailing list in which the > > Linus states that "if you depend on any config file, you're broken > > by definition" (https://lkml.org/lkml/2013/7/15/368). > >=20 > Please try my grub_file branch: > http://git.savannah.gnu.org/cgit/grub.git/log/?h=3Dphcoder/grub_file > It should do what you want. Will do this week! Thank you! >=20