From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1UkH0R-0002aU-F5 for mharc-grub-devel@gnu.org; Wed, 05 Jun 2013 12:56:15 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60793) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkH0L-0002ZO-5X for grub-devel@gnu.org; Wed, 05 Jun 2013 12:56:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkH0G-0005Zy-8G for grub-devel@gnu.org; Wed, 05 Jun 2013 12:56:09 -0400 Received: from mail-lb0-f177.google.com ([209.85.217.177]:63363) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkH0G-0005Zo-1G for grub-devel@gnu.org; Wed, 05 Jun 2013 12:56:04 -0400 Received: by mail-lb0-f177.google.com with SMTP id 10so1728047lbf.36 for ; Wed, 05 Jun 2013 09:56:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=mDaIJgv2gpZ5XjtQAefbaQyoIIeUz19pN56iu3kjZJY=; b=kNKumaX+VPDK2oNJVeqad5cIiR713QfPn1P5mWVTuHAl24nWi8fMtq+Kixv8QSblaE GhWiAZVKiFHGlAS0Z86vmoHoW0P/dSd/pNhJmLCOvauAAB25v9YI7BQ01/5TIjfYpCsN v4P+D2uQ05dD9brcS+S4FtKFqvPRwwVJY3l7pNjggViI/ghdwDxfP71WPgz3Xuy1+z/1 9EW72TZ4yZePD9T95tT7MiSALjJ6p8QSgk43nfmwfEXsX4PKIYKZ7LcwvmhrDEtgzG45 JGuiek/gjP6jLTK0racQ4zBvEJnhn/FL+5I2Z3O+ZvIHhun1vPr9CJMfyGGQzwQCj3i5 8slQ== X-Received: by 10.152.21.40 with SMTP id s8mr15849913lae.6.1370451362091; Wed, 05 Jun 2013 09:56:02 -0700 (PDT) Received: from opensuse.site (ppp79-139-160-84.pppoe.spdop.ru. [79.139.160.84]) by mx.google.com with ESMTPSA id e9sm26333420lbj.3.2013.06.05.09.56.01 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Wed, 05 Jun 2013 09:56:01 -0700 (PDT) Date: Wed, 5 Jun 2013 20:56:00 +0400 From: Andrey Borzenkov To: grub-devel@gnu.org Subject: Re: [RFC] Support for UEFI ESP in os-prober Message-ID: <20130605205600.75fa14f4@opensuse.site> In-Reply-To: <51AF5FB8.6060101@kiilerich.com> References: <1348931070.2008.14.camel@opensuse.site> <20130531184843.235759e8@opensuse.site> <51A8CC08.8060303@gmail.com> <51A8D7E6.8030501@gmail.com> <51AF5FB8.6060101@kiilerich.com> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.18; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.217.177 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: Wed, 05 Jun 2013 16:56:14 -0000 =D0=92 Wed, 05 Jun 2013 17:56:40 +0200 Mads Kiilerich =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > On 05/31/2013 07:03 PM, Bruce Dubbs wrote: > > Vladimir '=CF=86-coder/phcoder' Serbinenko wrote: > > > >> I must say I'm generally disappointed with os-prober and have > >> ideas to move away from it. I'll start another topic for it. > > > > I agree. I would prefer adding an include command so grub.cfg could=20 > > just do something like: > > > > include /boot/grub/grub.d/*.cfg > > > > and have an install procedure drop in one or more menu items instead=20 > > of every os install or update rewriting the entire grub.cfg every time. >=20 > http://www.freedesktop.org/wiki/Specifications/BootLoaderSpec/ describes= =20 > such a configuration structure,=20 It is rather (intentionally) limited in functionality. For a start, it explicitly excludes possibility to boot Windows, making transition from os-prober impossible. > and=20 > http://pkgs.fedoraproject.org/cgit/grub2.git/plain/0362-blscfg-add-blscfg= -module-to-parse-Boot-Loader-Specif.patch=20 > implements it as a grub command. >=20 > /Mads >=20 > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel